ChangeSet ID: 20168 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/12 16:22:32
Modified files: include : winnt.h win.h dlls/user : winproc.c message.c menu.c dialog.c dlls/kernel : selector.c resource16.c module.c locale.c dlls/comctl32/tests: updown.c
Log message: Fixed a few more pointer to integer typecast issues for 64-bit platforms.
Patch: http://cvs.winehq.org/patch.py?id=20168
Old revision New revision Changes Path 1.220 1.221 +1 -1 wine/include/winnt.h 1.100 1.101 +1 -1 wine/include/win.h 1.8 1.9 +2 -2 wine/dlls/user/winproc.c 1.92 1.93 +4 -4 wine/dlls/user/message.c 1.37 1.38 +12 -12 wine/dlls/user/menu.c 1.5 1.6 +3 -3 wine/dlls/user/dialog.c 1.6 1.7 +1 -1 wine/dlls/kernel/selector.c 1.16 1.17 +6 -6 wine/dlls/kernel/resource16.c 1.17 1.18 +1 -1 wine/dlls/kernel/module.c 1.66 1.67 +2 -2 wine/dlls/kernel/locale.c 1.3 1.4 +1 -1 wine/dlls/comctl32/tests/updown.c