wine/ controls/menu.c dlls/avifil32/api.c dlls ...

Alexandre Julliard julliard at winehq.com
Mon Jul 2 14:59:50 CDT 2001


ChangeSet ID:	994103990653544783126563
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/07/02 15:59:50

Modified files:
	controls       : menu.c 
	dlls/avifil32  : api.c 
	dlls/comctl32  : comctl32undoc.c imagelist.c 
	dlls/commdlg   : colordlg.c filedlg.c filetitle.c finddlg.c 
	                 fontdlg.c generic.c printdlg.c 
	dlls/dplayx    : dpclassfactory.c 
	dlls/gdi       : bidi16.c printdrv.c thunk.c wing.c 
	dlls/kernel    : comm.c debugger.c kernel_main.c string.c sync.c 
	                 thunk.c toolhelp.c utthunk.c win87em.c 
	                 wowthunk.c 
	dlls/lzexpand  : lzexpand_main.c 
	dlls/mpr       : mpr_main.c 
	dlls/msacm     : pcmconverter.c 
	dlls/msvcrt    : cpp.c heap.c 
	dlls/ntdll     : rtl.c sec.c wcstring.c 
	dlls/ole32     : compobj.c filemoniker.c moniker.c ole2.c 
	                 ole2nls.c storage.c 
	dlls/oleaut32  : ole2disp.c typelib.c variant.c 
	dlls/olecli    : olecli_main.c 
	dlls/olepro32  : olepro32stubs.c 
	dlls/olesvr    : olesvr_main.c 
	dlls/serialui  : confdlg.c 
	dlls/setupapi  : infparse.c 
	dlls/shell32   : changenotify.c iconcache.c pidl.c shell.c 
	                 shell32_main.c shellole.c shellord.c 
	                 shellpath.c shellreg.c shlmenu.c 
	dlls/shlwapi   : ordinal.c reg.c 
	dlls/ttydrv    : user.c 
	dlls/urlmon    : urlmon_main.c 
	dlls/user      : bidi16.c display.c lstr.c misc.c mouse.c 
	                 network.c resource.c text.c thunk.c wsprintf.c 
	dlls/user/dde  : ddeml16.c 
	dlls/version   : install.c resource.c ver16.c 
	dlls/win32s    : w32skernel.c w32sys.c win32s16.c 
	dlls/winaspi   : winaspi16.c 
	dlls/winedos   : dosvm.c module.c 
	dlls/wineps    : driver.c 
	dlls/wininet   : wininet_main.c 
	dlls/winmm     : driver.c joystick.c mci.c mmio.c mmsystem.c 
	                 sound16.c time.c 
	dlls/winmm/joystick: joystick.c 
	dlls/winmm/mcicda: mcicda.c 
	dlls/winmm/midimap: midimap.c 
	dlls/winmm/wavemap: wavemap.c 
	dlls/winmm/wineoss: oss.c 
	dlls/winsock   : async.c socket.c 
	dlls/winspool  : info.c 
	dlls/wsock32   : socket.c 
	dlls/x11drv    : window.c winpos.c x11drv_main.c 
	files          : directory.c dos_fs.c drive.c file.c profile.c 
	graphics       : bitblt.c escape.c fontengine.c mapping.c 
	                 painting.c path.c 
	graphics/win16drv: prtdrv.c 
	graphics/x11drv: oembitmap.c 
	loader         : main.c module.c resource.c task.c 
	loader/ne      : module.c resource.c 
	memory         : atom.c global.c heap.c local.c selector.c 
	                 string.c 
	misc           : error.c registry.c system.c version.c 
	objects        : bitmap.c dib.c font.c gdiobj.c palette.c text.c 
	scheduler      : synchro.c syslevel.c 
	windows        : dialog.c input.c keyboard.c message.c queue.c 

Log message:
	Patrik Stridvall <ps at leissner.se>
	Documentation fixes.

Patch: http://cvs.winehq.com/patch.py?id=994103990653544783126563

Revision  Changes    Path
 1.121    +4 -2      wine/controls/menu.c
 1.3      +3 -1      wine/dlls/avifil32/api.c
 1.51     +6 -6      wine/dlls/comctl32/comctl32undoc.c
 1.42     +1 -1      wine/dlls/comctl32/imagelist.c
 1.29     +2 -2      wine/dlls/commdlg/colordlg.c
 1.48     +4 -4      wine/dlls/commdlg/filedlg.c
 1.10     +1 -1      wine/dlls/commdlg/filetitle.c
 1.19     +4 -4      wine/dlls/commdlg/finddlg.c
 1.34     +4 -4      wine/dlls/commdlg/fontdlg.c
 1.9      +1 -1      wine/dlls/commdlg/generic.c
 1.45     +3 -3      wine/dlls/commdlg/printdlg.c
 1.13     +1 -1      wine/dlls/dplayx/dpclassfactory.c
 1.3      +20 -20    wine/dlls/gdi/bidi16.c
 1.13     +7 -7      wine/dlls/gdi/printdrv.c
 1.2      +6 -6      wine/dlls/gdi/thunk.c
 1.7      +8 -8      wine/dlls/gdi/wing.c
 1.23     +16 -16    wine/dlls/kernel/comm.c
 1.13     +1 -1      wine/dlls/kernel/debugger.c
 1.22     +11 -1     wine/dlls/kernel/kernel_main.c
 1.3      +5 -5      wine/dlls/kernel/string.c
 1.9      +2 -1      wine/dlls/kernel/sync.c
 1.19     +3 -3      wine/dlls/kernel/thunk.c
 1.10     +3 -3      wine/dlls/kernel/toolhelp.c
 1.13     +1 -1      wine/dlls/kernel/utthunk.c
 1.6      +4 -4      wine/dlls/kernel/win87em.c
 1.14     +8 -8      wine/dlls/kernel/wowthunk.c
 1.11     +9 -9      wine/dlls/lzexpand/lzexpand_main.c
 1.5      +4 -4      wine/dlls/mpr/mpr_main.c
 1.8      +1 -1      wine/dlls/msacm/pcmconverter.c
 1.7      +31 -31    wine/dlls/msvcrt/cpp.c
 1.6      +2 -2      wine/dlls/msvcrt/heap.c
 1.39     +2 -2      wine/dlls/ntdll/rtl.c
 1.16     +1 -1      wine/dlls/ntdll/sec.c
 1.10     +25 -25    wine/dlls/ntdll/wcstring.c
 1.43     +17 -16    wine/dlls/ole32/compobj.c
 1.13     +1 -1      wine/dlls/ole32/filemoniker.c
 1.15     +1 -1      wine/dlls/ole32/moniker.c
 1.24     +8 -5      wine/dlls/ole32/ole2.c
 1.9      +3 -3      wine/dlls/ole32/ole2nls.c
 1.17     +3 -3      wine/dlls/ole32/storage.c
 1.17     +8 -8      wine/dlls/oleaut32/ole2disp.c
 1.39     +1 -1      wine/dlls/oleaut32/typelib.c
 1.17     +1 -1      wine/dlls/oleaut32/variant.c
 1.9      +12 -12    wine/dlls/olecli/olecli_main.c
 1.6      +4 -4      wine/dlls/olepro32/olepro32stubs.c
 1.6      +5 -5      wine/dlls/olesvr/olesvr_main.c
 1.7      +4 -4      wine/dlls/serialui/confdlg.c
 1.9      +3 -3      wine/dlls/setupapi/infparse.c
 1.10     +1 -1      wine/dlls/shell32/changenotify.c
 1.45     +3 -3      wine/dlls/shell32/iconcache.c
 1.59     +1 -1      wine/dlls/shell32/pidl.c
 1.29     +12 -12    wine/dlls/shell32/shell.c
 1.77     +1 -1      wine/dlls/shell32/shell32_main.c
 1.38     +3 -2      wine/dlls/shell32/shellole.c
 1.81     +4 -4      wine/dlls/shell32/shellord.c
 1.52     +35 -35    wine/dlls/shell32/shellpath.c
 1.7      +7 -7      wine/dlls/shell32/shellreg.c
 1.21     +2 -2      wine/dlls/shell32/shlmenu.c
 1.16     +60 -60    wine/dlls/shlwapi/ordinal.c
 1.11     +6 -6      wine/dlls/shlwapi/reg.c
 1.8      +23 -23    wine/dlls/ttydrv/user.c
 1.4      +1 -1      wine/dlls/urlmon/urlmon_main.c
 1.5      +21 -21    wine/dlls/user/bidi16.c
 1.6      +5 -5      wine/dlls/user/display.c
 1.14     +14 -12    wine/dlls/user/lstr.c
 1.6      +4 -4      wine/dlls/user/misc.c
 1.6      +3 -3      wine/dlls/user/mouse.c
 1.5      +30 -30    wine/dlls/user/network.c
 1.8      +2 -2      wine/dlls/user/resource.c
 1.11     +3 -3      wine/dlls/user/text.c
 1.2      +5 -5      wine/dlls/user/thunk.c
 1.4      +2 -2      wine/dlls/user/wsprintf.c
 1.2      +25 -25    wine/dlls/user/dde/ddeml16.c
 1.17     +1 -1      wine/dlls/version/install.c
 1.21     +2 -2      wine/dlls/version/resource.c
 1.6      +6 -6      wine/dlls/version/ver16.c
 1.7      +1 -1      wine/dlls/win32s/w32skernel.c
 1.7      +2 -2      wine/dlls/win32s/w32sys.c
 1.8      +3 -3      wine/dlls/win32s/win32s16.c
 1.27     +4 -4      wine/dlls/winaspi/winaspi16.c
 1.7      +22 -0     wine/dlls/winedos/dosvm.c
 1.7      +12 -0     wine/dlls/winedos/module.c
 1.6      +4 -4      wine/dlls/wineps/driver.c
 1.2      +1 -1      wine/dlls/wininet/wininet_main.c
 1.8      +2 -1      wine/dlls/winmm/driver.c
 1.14     +2 -2      wine/dlls/winmm/joystick.c
 1.21     +1 -1      wine/dlls/winmm/mci.c
 1.23     +6 -6      wine/dlls/winmm/mmio.c
 1.42     +10 -9     wine/dlls/winmm/mmsystem.c
 1.4      +17 -17    wine/dlls/winmm/sound16.c
 1.11     +2 -2      wine/dlls/winmm/time.c
 1.8      +2 -2      wine/dlls/winmm/joystick/joystick.c
 1.19     +1 -1      wine/dlls/winmm/mcicda/mcicda.c
 1.10     +1 -1      wine/dlls/winmm/midimap/midimap.c
 1.14     +1 -1      wine/dlls/winmm/wavemap/wavemap.c
 1.9      +1 -1      wine/dlls/winmm/wineoss/oss.c
 1.13     +16 -13    wine/dlls/winsock/async.c
 1.51     +125 -73   wine/dlls/winsock/socket.c
 1.42     +2 -1      wine/dlls/winspool/info.c
 1.12     +2 -2      wine/dlls/wsock32/socket.c
 1.13     +1 -1      wine/dlls/x11drv/window.c
 1.14     +4 -4      wine/dlls/x11drv/winpos.c
 1.40     +4 -4      wine/dlls/x11drv/x11drv_main.c
 1.40     +4 -4      wine/files/directory.c
 1.86     +3 -3      wine/files/dos_fs.c
 1.57     +3 -3      wine/files/drive.c
 1.101    +14 -13    wine/files/file.c
 1.53     +14 -14    wine/files/profile.c
 1.13     +3 -3      wine/graphics/bitblt.c
 1.24     +1 -1      wine/graphics/escape.c
 1.9      +5 -5      wine/graphics/fontengine.c
 1.12     +11 -11    wine/graphics/mapping.c
 1.43     +21 -21    wine/graphics/painting.c
 1.22     +12 -12    wine/graphics/path.c
 1.19     +2 -2      wine/graphics/win16drv/prtdrv.c
 1.26     +1 -1      wine/graphics/x11drv/oembitmap.c
 1.79     +1 -1      wine/loader/main.c
 1.132    +4 -3      wine/loader/module.c
 1.52     +1 -1      wine/loader/resource.c
 1.109    +20 -17    wine/loader/task.c
 1.105    +3 -3      wine/loader/ne/module.c
 1.28     +2 -2      wine/loader/ne/resource.c
 1.32     +5 -5      wine/memory/atom.c
 1.54     +9 -9      wine/memory/global.c
 1.49     +8 -8      wine/memory/heap.c
 1.30     +10 -10    wine/memory/local.c
 1.37     +7 -7      wine/memory/selector.c
 1.37     +6 -6      wine/memory/string.c
 1.14     +1 -1      wine/misc/error.c
 1.96     +19 -19    wine/misc/registry.c
 1.18     +3 -3      wine/misc/system.c
 1.43     +3 -3      wine/misc/version.c
 1.41     +1 -1      wine/objects/bitmap.c
 1.55     +1 -1      wine/objects/dib.c
 1.46     +1 -2      wine/objects/font.c
 1.49     +3 -2      wine/objects/gdiobj.c
 1.36     +1 -1      wine/objects/palette.c
 1.34     +1 -1      wine/objects/text.c
 1.31     +3 -3      wine/scheduler/synchro.c
 1.24     +1 -1      wine/scheduler/syslevel.c
 1.84     +2 -1      wine/windows/dialog.c
 1.53     +6 -3      wine/windows/input.c
 1.40     +2 -1      wine/windows/keyboard.c
 1.114    +2 -1      wine/windows/message.c
 1.78     +6 -3      wine/windows/queue.c





More information about the wine-cvs mailing list