ChangeSet ID: 5522 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/09/24 13:29:40
Modified files: dlls/gdi : gdi16.c printdrv.c dlls/gdi/mfdrv : init.c dlls/netapi32 : access.c browsr.c wksta.c dlls/user : msg16.c loader : module.c resource.c task.c loader/ne : convert.c module.c memory : environ.c global.c selector.c objects : clipping.c dc.c dcvalues.c metafile.c palette.c windows : cursoricon.c dialog.c driver.c hook.c message.c queue.c winproc.c
Log message: Patrik Stridvall ps@leissner.se Fixed some issues found by winapi_check.
Patch: http://cvs.winehq.com/patch.py?id=5522
Old revision New revision Changes Path 1.4 1.5 +0 -3 wine/dlls/gdi/gdi16.c 1.27 1.28 +0 -5 wine/dlls/gdi/printdrv.c 1.12 1.13 +0 -1 wine/dlls/gdi/mfdrv/init.c 1.1 1.2 +6 -6 wine/dlls/netapi32/access.c 1.1 1.2 +4 -4 wine/dlls/netapi32/browsr.c 1.3 1.4 +9 -9 wine/dlls/netapi32/wksta.c 1.12 1.13 +0 -1 wine/dlls/user/msg16.c 1.164 1.165 +0 -1 wine/loader/module.c 1.62 1.63 +0 -4 wine/loader/resource.c 1.124 1.125 +0 -1 wine/loader/task.c 1.17 1.18 +0 -2 wine/loader/ne/convert.c 1.120 1.121 +0 -2 wine/loader/ne/module.c 1.36 1.37 +0 -1 wine/memory/environ.c 1.69 1.70 +1 -2 wine/memory/global.c 1.52 1.53 +8 -0 wine/memory/selector.c 1.39 1.40 +0 -5 wine/objects/clipping.c 1.82 1.83 +0 -4 wine/objects/dc.c 1.18 1.19 +0 -1 wine/objects/dcvalues.c 1.51 1.52 +0 -1 wine/objects/metafile.c 1.50 1.51 +0 -1 wine/objects/palette.c 1.51 1.52 +0 -1 wine/windows/cursoricon.c 1.105 1.106 +0 -2 wine/windows/dialog.c 1.41 1.42 +0 -6 wine/windows/driver.c 1.37 1.38 +0 -2 wine/windows/hook.c 1.140 1.141 +0 -1 wine/windows/message.c 1.89 1.90 +0 -1 wine/windows/queue.c 1.90 1.91 +0 -1 wine/windows/winproc.c