ChangeSet ID: 993078198784036529250443 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/06/20 19:03:18
Modified files: controls : menu.c dlls/comctl32 : comctl32undoc.c commctrl.c dlls/ddraw : main.c dlls/dplayx : dplayx_main.c dlls/dsound : dsound_main.c dlls/kernel : thunk.c dlls/msacm : msacm_main.c dlls/msvideo : drawdib.c dlls/ntdll : file.c misc.c nt.c om.c reg.c rtl.c sec.c signal_i386.c signal_sparc.c string.c time.c wcstring.c dlls/ole32 : compobj.c moniker.c ole2stubs.c ole32_main.c dlls/oleaut32 : typelib.c dlls/rpcrt4 : rpcrt4_main.c dlls/setupapi : virtcopy.c dlls/shdocvw : shdocvw_main.c dlls/shell32 : changenotify.c pidl.c shell32_main.c shellord.c shellreg.c dlls/shlwapi : shlwapi_main.c string.c url.c dlls/wininet : http.c dlls/winmm : mmsystem.c dlls/winsock : socket.c dlls/winspool : info.c files : directory.c dos_fs.c file.c profile.c loader : module.c memory : codepage.c global.c selector.c misc : options.c msdos : dpmi.c int10.c int11.c int12.c int13.c int15.c int1a.c int20.c int25.c int26.c int2a.c int2f.c int3d.c int41.c int4b.c interrupts.c vxd.c objects : font.c region.c scheduler : critsection.c thread.c
Log message: Patrik Stridvall ps@leissner.se Documentation ordinal fixes.
Patch: http://cvs.winehq.com/patch.py?id=993078198784036529250443
Revision Changes Path 1.118 +1 -2 wine/controls/menu.c 1.49 +15 -15 wine/dlls/comctl32/comctl32undoc.c 1.43 +2 -2 wine/dlls/comctl32/commctrl.c 1.23 +4 -4 wine/dlls/ddraw/main.c 1.10 +1 -1 wine/dlls/dplayx/dplayx_main.c 1.47 +2 -2 wine/dlls/dsound/dsound_main.c 1.18 +1 -1 wine/dlls/kernel/thunk.c 1.12 +1 -1 wine/dlls/msacm/msacm_main.c 1.10 +1 -1 wine/dlls/msvideo/drawdib.c 1.8 +6 -6 wine/dlls/ntdll/file.c 1.10 +6 -6 wine/dlls/ntdll/misc.c 1.32 +24 -24 wine/dlls/ntdll/nt.c 1.12 +8 -8 wine/dlls/ntdll/om.c 1.27 +17 -17 wine/dlls/ntdll/reg.c 1.37 +25 -25 wine/dlls/ntdll/rtl.c 1.15 +11 -11 wine/dlls/ntdll/sec.c 1.25 +2 -2 wine/dlls/ntdll/signal_i386.c 1.8 +2 -2 wine/dlls/ntdll/signal_sparc.c 1.3 +7 -7 wine/dlls/ntdll/string.c 1.11 +5 -5 wine/dlls/ntdll/time.c 1.9 +5 -5 wine/dlls/ntdll/wcstring.c 1.41 +1 -1 wine/dlls/ole32/compobj.c 1.14 +1 -1 wine/dlls/ole32/moniker.c 1.18 +1 -1 wine/dlls/ole32/ole2stubs.c 1.5 +1 -1 wine/dlls/ole32/ole32_main.c 1.38 +1 -1 wine/dlls/oleaut32/typelib.c 1.13 +1 -1 wine/dlls/rpcrt4/rpcrt4_main.c 1.5 +1 -1 wine/dlls/setupapi/virtcopy.c 1.4 +6 -6 wine/dlls/shdocvw/shdocvw_main.c 1.9 +2 -2 wine/dlls/shell32/changenotify.c 1.58 +1 -1 wine/dlls/shell32/pidl.c 1.76 +1 -1 wine/dlls/shell32/shell32_main.c 1.80 +3 -3 wine/dlls/shell32/shellord.c 1.6 +1 -1 wine/dlls/shell32/shellreg.c 1.9 +1 -1 wine/dlls/shlwapi/shlwapi_main.c 1.12 +32 -32 wine/dlls/shlwapi/string.c 1.5 +9 -9 wine/dlls/shlwapi/url.c 1.16 +1 -1 wine/dlls/wininet/http.c 1.40 +1 -1 wine/dlls/winmm/mmsystem.c 1.50 +1 -1 wine/dlls/winsock/socket.c 1.41 +8 -8 wine/dlls/winspool/info.c 1.39 +2 -2 wine/files/directory.c 1.85 +3 -3 wine/files/dos_fs.c 1.99 +2 -2 wine/files/file.c 1.52 +3 -3 wine/files/profile.c 1.131 +9 -9 wine/loader/module.c 1.9 +12 -12 wine/memory/codepage.c 1.53 +2 -2 wine/memory/global.c 1.36 +2 -2 wine/memory/selector.c 1.27 +2 -2 wine/misc/options.c 1.55 +1 -1 wine/msdos/dpmi.c 1.32 +1 -1 wine/msdos/int10.c 1.11 +1 -1 wine/msdos/int11.c 1.3 +1 -1 wine/msdos/int12.c 1.10 +1 -1 wine/msdos/int13.c 1.11 +1 -1 wine/msdos/int15.c 1.6 +1 -1 wine/msdos/int1a.c 1.9 +1 -1 wine/msdos/int20.c 1.12 +1 -1 wine/msdos/int25.c 1.11 +1 -1 wine/msdos/int26.c 1.6 +1 -1 wine/msdos/int2a.c 1.36 +1 -1 wine/msdos/int2f.c 1.5 +1 -1 wine/msdos/int3d.c 1.6 +1 -1 wine/msdos/int41.c 1.5 +1 -1 wine/msdos/int4b.c 1.18 +1 -1 wine/msdos/interrupts.c 1.30 +14 -14 wine/msdos/vxd.c 1.44 +1 -1 wine/objects/font.c 1.39 +1 -1 wine/objects/region.c 1.27 +2 -2 wine/scheduler/critsection.c 1.103 +1 -1 wine/scheduler/thread.c