Casts to (SEGPTR) removed. They did nothing anyway.
commit734247b529aebd04912cf1e5bb5bb0472f2929f5
authorPavel Roskin <pavel_roskin@geocities.com>
Sat, 3 Apr 1999 13:52:04 +0000 (3 13:52 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 3 Apr 1999 13:52:04 +0000 (3 13:52 +0000)
tree76af53f7bcb93f836f5c5cfcb766fd72e50c2133
parent24f5ffc6201f119a0c840f9a5ddd8d13bd9770df
Casts to (SEGPTR) removed. They did nothing anyway.
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.
libtest/hello3.c
libtest/hello3res.rc
libtest/hello4.c
libtest/new.c
libtest/rolex.c
libtest/vartest.c
libtest/volinfo.c