ChangeSet ID: 12392 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/05/17 16:08:32
Modified files: dlls/x11drv : x11drv.spec dlls/wininet : wininet.spec dlls/uxtheme : uxtheme.spec dlls/shell32 : shellord.c dlls/setupapi : setupx16.h devinst16.c dlls/secur32 : wrapper.c secur32.c dlls/rpcrt4 : rpc_binding.c dlls/ole32 : storage32.c dlls/ntdll : thread.c dlls/msvcrt : misc.c dir.c dlls/msi : msi.c dlls/mpr : mpr_main.c dlls/kernel : wowthunk.c dlls/dxdiagn : regsvr.c dxdiag_main.c dlls/dsound : capture.c dlls/dbghelp : symbol.c
Log message: Patrik Stridvall ps@leissner.se Fixed some issues found by winapi_check.
Patch: http://cvs.winehq.org/patch.py?id=12392
Old revision New revision Changes Path 1.57 1.58 +2 -2 wine/dlls/x11drv/x11drv.spec 1.46 1.47 +1 -1 wine/dlls/wininet/wininet.spec 1.5 1.6 +1 -1 wine/dlls/uxtheme/uxtheme.spec 1.120 1.121 +4 -1 wine/dlls/shell32/shellord.c 1.13 1.14 +1 -0 wine/dlls/setupapi/setupx16.h 1.4 1.5 +1 -1 wine/dlls/setupapi/devinst16.c 1.1 1.2 +116 -29 wine/dlls/secur32/wrapper.c 1.2 1.3 +24 -6 wine/dlls/secur32/secur32.c 1.24 1.25 +2 -2 wine/dlls/rpcrt4/rpc_binding.c 1.52 1.53 +3 -0 wine/dlls/ole32/storage32.c 1.17 1.18 +8 -0 wine/dlls/ntdll/thread.c 1.10 1.11 +8 -1 wine/dlls/msvcrt/misc.c 1.27 1.28 +1 -1 wine/dlls/msvcrt/dir.c 1.19 1.20 +9 -0 wine/dlls/msi/msi.c 1.11 1.12 +3 -0 wine/dlls/mpr/mpr_main.c 1.51 1.52 +2 -1 wine/dlls/kernel/wowthunk.c 1.1 1.2 +2 -2 wine/dlls/dxdiagn/regsvr.c 1.1 1.2 +2 -2 wine/dlls/dxdiagn/dxdiag_main.c 1.22 1.23 +2 -2 wine/dlls/dsound/capture.c 1.3 1.4 +6 -3 wine/dlls/dbghelp/symbol.c