Patrik Stridvall <ps(a)leissner.se> writes:
* include/commctrl.h, include/dplay.h: Cleanup/removal of unnessary things that would have made winapi_* parsing more complicated.
The volatile stuff in dplay.h is part of the Windows header, you cannot remove it.
* dlls/comctl32/commctrl.c, dlls/comctl32/tab.c, dlls/dinput/dinput_main.c, dlls/dsound/dsound_main.c, dlls/ole32/clipboard.c, dlls/ole32/ole2.c, dlls/wineps/ps.c, dlls/winmm/joystick.c, dlls/winmm/wineoss/midi.c, loader/dos/dosmod.c, windows/caret.c: Fixed some warnings.
Most of these are because of the transition to making HANDLE a void* and compiling with STRICT. Please don't add typecasts, consider the warnings as an incentive to do the right fix... -- Alexandre Julliard julliard(a)winehq.com
participants (1)
-
Alexandre Julliard