Skip to content
Snippets Groups Projects
Forked from wine / wine
Source project has a limited visibility.
  • Pavel Roskin's avatar
    734247b5
    Casts to (SEGPTR) removed. They did nothing anyway. · 734247b5
    Pavel Roskin authored and Alexandre Julliard's avatar Alexandre Julliard committed
    Includes added or removed where necessary.
    Win16 functions replaced with their Win32 counterparts. Comments added
    where it was impossible.
    CALLBACK added where necessary. Some declarations fixed.
    Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
    DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
    Listbox enabled in hello3.
    734247b5
    History
    Casts to (SEGPTR) removed. They did nothing anyway.
    Pavel Roskin authored and Alexandre Julliard's avatar Alexandre Julliard committed
    Includes added or removed where necessary.
    Win16 functions replaced with their Win32 counterparts. Comments added
    where it was impossible.
    CALLBACK added where necessary. Some declarations fixed.
    Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
    DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
    Listbox enabled in hello3.