ChangeSet ID: 20148 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/09/12 10:14:07
Modified files: tools/wrc : newstruc.c tools/winedump : debug.c tools/winebuild: res32.c include : windowsx.h dlls/x11drv : keyboard.c event.c dlls/version : info.c dlls/user : spy.c exticon.c caret.c dlls/setupapi : queue.c dlls/opengl32 : wgl.c dlls/ntdll : virtual.c sec.c exception.c directory.c dlls/msvcrt : locale.c cppexcept.c dlls/msacm : stream.c format.c dlls/kernel : kernel_private.h dosmem.c dlls/dsound : propset.c primary.c dsound_main.c dsound.c capture.c dlls/dbghelp : coff.c dlls/avifil32 : getframe.c dlls/advapi32 : registry.c
Log message: Fixed a number of pointer to integer conversions that wouldn't work right on a 64-bit platform.
Patch: http://cvs.winehq.org/patch.py?id=20148
Old revision New revision Changes Path 1.25 1.26 +2 -4 wine/tools/wrc/newstruc.c 1.10 1.11 +2 -2 wine/tools/winedump/debug.c 1.21 1.22 +1 -1 wine/tools/winebuild/res32.c 1.11 1.12 +14 -14 wine/include/windowsx.h 1.76 1.77 +2 -2 wine/dlls/x11drv/keyboard.c 1.58 1.59 +2 -2 wine/dlls/x11drv/event.c 1.60 1.61 +2 -2 wine/dlls/version/info.c 1.6 1.7 +3 -3 wine/dlls/user/spy.c 1.36 1.37 +1 -1 wine/dlls/user/exticon.c 1.5 1.6 +1 -1 wine/dlls/user/caret.c 1.16 1.17 +1 -1 wine/dlls/setupapi/queue.c 1.62 1.63 +1 -1 wine/dlls/opengl32/wgl.c 1.65 1.66 +2 -2 wine/dlls/ntdll/virtual.c 1.65 1.66 +5 -5 wine/dlls/ntdll/sec.c 1.84 1.85 +1 -1 wine/dlls/ntdll/exception.c 1.37 1.38 +1 -1 wine/dlls/ntdll/directory.c 1.28 1.29 +2 -2 wine/dlls/msvcrt/locale.c 1.14 1.15 +3 -3 wine/dlls/msvcrt/cppexcept.c 1.17 1.18 +8 -8 wine/dlls/msacm/stream.c 1.28 1.29 +1 -1 wine/dlls/msacm/format.c 1.26 1.27 +3 -3 wine/dlls/kernel/kernel_private.h 1.11 1.12 +2 -2 wine/dlls/kernel/dosmem.c 1.42 1.43 +36 -36 wine/dlls/dsound/propset.c 1.49 1.50 +2 -2 wine/dlls/dsound/primary.c 1.127 1.128 +4 -4 wine/dlls/dsound/dsound_main.c 1.37 1.38 +4 -4 wine/dlls/dsound/dsound.c 1.54 1.55 +6 -6 wine/dlls/dsound/capture.c 1.2 1.3 +2 -4 wine/dlls/dbghelp/coff.c 1.17 1.18 +1 -1 wine/dlls/avifil32/getframe.c 1.82 1.83 +2 -2 wine/dlls/advapi32/registry.c