wine/ dlls/dplayx/dplay.c dlls/kernel/debugger ...

Alexandre Julliard julliard at winehq.com
Wed Jul 11 13:56:48 CDT 2001


ChangeSet ID:	9948778080238150698132813
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/07/11 14:56:48

Modified files:
	dlls/dplayx    : dplay.c 
	dlls/kernel    : debugger.c sync.c thunk.c wowthunk.c 
	dlls/msacm     : pcmconverter.c 
	dlls/msvcrt    : main.c string.c 
	dlls/msvideo   : msvideo_main.c 
	dlls/ntdll     : exception.c file.c nt.c om.c reg.c rtlstr.c 
	                 sync.c time.c 
	dlls/ole32     : compobj.c moniker.c ole2.c ole2impl.c 
	                 storage32.c 
	dlls/oleaut32  : ole2disp.c oleaut.c 
	dlls/oledlg    : oledlg_main.c 
	dlls/opengl32  : opengl_norm.c 
	dlls/richedit  : richedit.c 
	dlls/setupapi  : setupx_main.c 
	dlls/shell32   : brsfolder.c shellord.c shellpath.c shellreg.c 
	dlls/shlwapi   : regstream.c 
	dlls/user      : lstr.c mouse.c 
	dlls/version   : install.c 
	dlls/win32s    : w32sys.c 
	dlls/wineps    : driver.c 
	dlls/winmm     : driver.c mci.c mmio.c mmsystem.c time.c 
	dlls/winmm/joystick: joystick.c 
	dlls/winmm/mcianim: mcianim.c 
	dlls/winmm/mciavi: mciavi.c 
	dlls/winmm/mcicda: mcicda.c 
	dlls/winmm/mciseq: mcimidi.c 
	dlls/winmm/mciwave: mciwave.c 
	dlls/winmm/midimap: midimap.c 
	dlls/winmm/wavemap: wavemap.c 
	dlls/winmm/wineoss: audio.c midi.c mixer.c mmaux.c oss.c 
	dlls/winsock   : socket.c 
	dlls/wsock32   : protocol.c socket.c 
	files          : dos_fs.c profile.c 
	graphics       : bitblt.c 
	graphics/metafiledrv: init.c 
	loader         : module.c resource.c task.c 
	loader/ne      : convert.c module.c segment.c 
	memory         : atom.c codepage.c environ.c global.c heap.c 
	                 selector.c string.c 
	misc           : main.c registry.c 
	msdos          : int21.c int5c.c 
	objects        : bitmap.c clipping.c dc.c dib.c font.c gdiobj.c 
	                 palette.c pen.c region.c text.c 
	ole            : ole2nls.c 
	scheduler      : handle.c process.c thread.c 
	windows        : cursoricon.c input.c mdi.c message.c syscolor.c 
	                 winpos.c 

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

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

Revision  Changes    Path
 1.31     +0 -1      wine/dlls/dplayx/dplay.c
 1.14     +0 -1      wine/dlls/kernel/debugger.c
 1.11     +2 -2      wine/dlls/kernel/sync.c
 1.20     +1 -0      wine/dlls/kernel/thunk.c
 1.15     +0 -16     wine/dlls/kernel/wowthunk.c
 1.9      +1 -1      wine/dlls/msacm/pcmconverter.c
 1.4      +10 -3     wine/dlls/msvcrt/main.c
 1.5      +1 -0      wine/dlls/msvcrt/string.c
 1.29     +6 -4      wine/dlls/msvideo/msvideo_main.c
 1.36     +3 -3      wine/dlls/ntdll/exception.c
 1.9      +10 -1     wine/dlls/ntdll/file.c
 1.34     +28 -0     wine/dlls/ntdll/nt.c
 1.13     +6 -0      wine/dlls/ntdll/om.c
 1.28     +18 -17    wine/dlls/ntdll/reg.c
 1.17     +4 -0      wine/dlls/ntdll/rtlstr.c
 1.15     +3 -0      wine/dlls/ntdll/sync.c
 1.12     +1 -0      wine/dlls/ntdll/time.c
 1.44     +13 -4     wine/dlls/ole32/compobj.c
 1.16     +1 -1      wine/dlls/ole32/moniker.c
 1.25     +2 -1      wine/dlls/ole32/ole2.c
 1.5      +4 -2      wine/dlls/ole32/ole2impl.c
 1.25     +4 -0      wine/dlls/ole32/storage32.c
 1.18     +2 -2      wine/dlls/oleaut32/ole2disp.c
 1.17     +2 -2      wine/dlls/oleaut32/oleaut.c
 1.4      +2 -4      wine/dlls/oledlg/oledlg_main.c
 1.5      +408 -408  wine/dlls/opengl32/opengl_norm.c
 1.10     +2 -2      wine/dlls/richedit/richedit.c
 1.14     +3 -3      wine/dlls/setupapi/setupx_main.c
 1.33     +1 -0      wine/dlls/shell32/brsfolder.c
 1.82     +4 -4      wine/dlls/shell32/shellord.c
 1.53     +2 -2      wine/dlls/shell32/shellpath.c
 1.8      +5 -5      wine/dlls/shell32/shellreg.c
 1.3      +2 -0      wine/dlls/shlwapi/regstream.c
 1.15     +2 -2      wine/dlls/user/lstr.c
 1.7      +4 -0      wine/dlls/user/mouse.c
 1.18     +1 -1      wine/dlls/version/install.c
 1.8      +1 -1      wine/dlls/win32s/w32sys.c
 1.7      +4 -8      wine/dlls/wineps/driver.c
 1.9      +5 -0      wine/dlls/winmm/driver.c
 1.22     +1 -1      wine/dlls/winmm/mci.c
 1.24     +3 -3      wine/dlls/winmm/mmio.c
 1.43     +13 -12    wine/dlls/winmm/mmsystem.c
 1.12     +1 -1      wine/dlls/winmm/time.c
 1.9      +2 -2      wine/dlls/winmm/joystick/joystick.c
 1.10     +1 -1      wine/dlls/winmm/mcianim/mcianim.c
 1.9      +1 -1      wine/dlls/winmm/mciavi/mciavi.c
 1.20     +1 -1      wine/dlls/winmm/mcicda/mcicda.c
 1.12     +1 -1      wine/dlls/winmm/mciseq/mcimidi.c
 1.16     +1 -1      wine/dlls/winmm/mciwave/mciwave.c
 1.11     +2 -2      wine/dlls/winmm/midimap/midimap.c
 1.15     +3 -3      wine/dlls/winmm/wavemap/wavemap.c
 1.42     +4 -4      wine/dlls/winmm/wineoss/audio.c
 1.21     +2 -2      wine/dlls/winmm/wineoss/midi.c
 1.13     +1 -1      wine/dlls/winmm/wineoss/mixer.c
 1.5      +1 -1      wine/dlls/winmm/wineoss/mmaux.c
 1.10     +1 -1      wine/dlls/winmm/wineoss/oss.c
 1.53     +4 -3      wine/dlls/winsock/socket.c
 1.4      +2 -2      wine/dlls/wsock32/protocol.c
 1.13     +1 -1      wine/dlls/wsock32/socket.c
 1.87     +2 -1      wine/files/dos_fs.c
 1.54     +1 -1      wine/files/profile.c
 1.14     +0 -1      wine/graphics/bitblt.c
 1.33     +2 -2      wine/graphics/metafiledrv/init.c
 1.133    +7 -2      wine/loader/module.c
 1.53     +9 -5      wine/loader/resource.c
 1.110    +4 -1      wine/loader/task.c
 1.15     +1 -0      wine/loader/ne/convert.c
 1.106    +18 -6     wine/loader/ne/module.c
 1.41     +2 -2      wine/loader/ne/segment.c
 1.33     +3 -3      wine/memory/atom.c
 1.10     +1 -0      wine/memory/codepage.c
 1.24     +3 -2      wine/memory/environ.c
 1.55     +24 -12    wine/memory/global.c
 1.50     +2 -0      wine/memory/heap.c
 1.38     +2 -0      wine/memory/selector.c
 1.38     +6 -2      wine/memory/string.c
 1.88     +4 -3      wine/misc/main.c
 1.97     +0 -1      wine/misc/registry.c
 1.63     +3 -2      wine/msdos/int21.c
 1.9      +2 -1      wine/msdos/int5c.c
 1.42     +0 -1      wine/objects/bitmap.c
 1.27     +1 -0      wine/objects/clipping.c
 1.57     +1 -0      wine/objects/dc.c
 1.56     +0 -1      wine/objects/dib.c
 1.47     +1 -1      wine/objects/font.c
 1.50     +2 -0      wine/objects/gdiobj.c
 1.37     +0 -1      wine/objects/palette.c
 1.15     +1 -0      wine/objects/pen.c
 1.41     +3 -2      wine/objects/region.c
 1.35     +0 -3      wine/objects/text.c
 1.91     +0 -6      wine/ole/ole2nls.c
 1.27     +2 -3      wine/scheduler/handle.c
 1.157    +0 -1      wine/scheduler/process.c
 1.104    +0 -2      wine/scheduler/thread.c
 1.33     +1 -1      wine/windows/cursoricon.c
 1.54     +3 -0      wine/windows/input.c
 1.78     +2 -0      wine/windows/mdi.c
 1.115    +1 -0      wine/windows/message.c
 1.26     +1 -0      wine/windows/syscolor.c
 1.106    +1 -0      wine/windows/winpos.c





More information about the wine-cvs mailing list