wine/dlls msacm/driver.c msacm/filter.c msacm/ ...

Alexandre Julliard julliard at wine.codeweavers.com
Sat Mar 9 17:39:12 CST 2002


ChangeSet ID:	1015717152273446724125282
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/03/09 17:39:12

Modified files:
	dlls/msacm     : driver.c filter.c format.c internal.c msacm.rc 
	                 msacm32_main.c msacm_main.c msacmdrv.h 
	                 pcmconverter.c stream.c wineacm.h 
	dlls/msimg32   : msimg32_main.c 
	dlls/msrle32   : msrle32.c 
	dlls/msvcrt    : console.c cpp.c ctype.c data.c dir.c environ.c 
	                 errno.c except.c exit.c file.c heap.c locale.c 
	                 lock.c main.c math.c mbcs.c misc.c ms_errno.h 
	                 msvcrt.h mtdll.h process.c string.c thread.c 
	                 time.c wcs.c 
	dlls/msvideo   : drawdib.c mciwnd.c msvideo_main.c vfw16.h 
	dlls/netapi32  : netapi32.c 
	dlls/ntdll     : cdrom.c critsection.c debugtools.c error.c 
	                 exception.c file.c heap.c large_int.c loader.c 
	                 misc.c nt.c ntdll_misc.h om.c reg.c rtl.c 
	                 rtlstr.c sec.c signal_i386.c signal_sparc.c 
	                 string.c sync.c time.c wcstring.c 
	dlls/odbc32    : proxyodbc.c proxyodbc.h 
	dlls/ole32     : antimoniker.c bindctx.c clipboard.c compobj.c 
	                 compobj_private.h compositemoniker.c 
	                 datacache.c defaulthandler.c errorinfo.c 
	                 filemoniker.c hglobalstream.c ifs.c ifs.h 
	                 itemmoniker.c marshal.c memlockbytes.c 
	                 moniker.c ole2.c ole2impl.c ole2nls.c 
	                 ole2stubs.c ole32_main.c ole32_main.h 
	                 ole32res.rc oleobj.c oleproxy.c olestd.h rpc.c 
	                 stg_bigblockfile.c stg_stream.c storage.c 
	                 storage32.c storage32.h 
	dlls/oleaut32  : connpt.c connpt.h dispatch.c hash.c ole2disp.c 
	                 ole2disp.h oleaut.c olefont.c olepicture.c 
	                 parsedt.h propertyframe.c safearray.c stubs.c 
	                 tmarshal.c tmarshal.h typelib.c typelib.h 
	                 variant.c version.rc 
	dlls/olecli    : olecli_main.c 
	dlls/oledlg    : oledlg_main.c 
	dlls/olepro32  : olepro32stubs.c 
	dlls/olesvr    : olesvr_main.c 
	dlls/opengl32  : make_opengl opengl_ext.c opengl_ext.h 
	                 opengl_norm.c wgl.c wgl.h 
	dlls/psapi     : psapi_main.c 
	dlls/quartz    : amundoc.c asyncsrc.c asyncsrc.h audioutl.c 
	                 audioutl.h audren.c audren.h avidec.c 
	                 aviparse.c basefilt.c basefilt.h basepin.c 
	                 complist.c complist.h csconv.c devenum.c 
	                 devenum.h enumunk.c enumunk.h fgevent.c 
	                 fgpass.c fgraph.c fgraph.h fmap.c fmap.h 
	                 ifgraph.c imcntl.c imfilter.c impos.c imseek.c 
	                 iunk.c iunk.h main.c memalloc.c memalloc.h 
	                 mtype.c mtype.h parser.c parser.h 
	                 quartz_private.h regsvr.c regsvr.h sample.c 
	                 sample.h seekpass.c seekpass.h sysclock.c 
	                 sysclock.h videoblt.c videoblt.h vidren.c 
	                 vidren.h wavparse.c xform.c xform.h 
	dlls/rasapi32  : rasapi.c 
	dlls/richedit  : charlist.c charlist.h reader.c riched32.h 
	                 richedit.c text-writer.c 
	dlls/rpcrt4    : rpcrt4_main.c 
	dlls/serialui  : confdlg.c serialui.h serialui_rc.rc 
	dlls/setupapi  : devinst.c infparse.c setupapi.rc 
	                 setupapi_private.h setupx16.h setupx_main.c 
	                 stubs.c virtcopy.c 
	dlls/shdocvw   : classinfo.c events.c factory.c misc.c 
	                 oleobject.c persist.c shdocvw.h shdocvw_main.c 
	                 webbrowser.c 

Log message:
	Added LGPL standard comment, and copyright notices where necessary.
	Global replacement of debugtools.h by wine/debug.h.

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

Revision  Changes    Path
 1.15     +16 -2     wine/dlls/msacm/driver.c
 1.11     +16 -2     wine/dlls/msacm/filter.c
 1.14     +16 -2     wine/dlls/msacm/format.c
 1.12     +16 -2     wine/dlls/msacm/internal.c
 1.2      +15 -0     wine/dlls/msacm/msacm.rc
 1.10     +16 -2     wine/dlls/msacm/msacm32_main.c
 1.13     +16 -2     wine/dlls/msacm/msacm_main.c
 1.3      +17 -1     wine/dlls/msacm/msacmdrv.h
 1.11     +16 -2     wine/dlls/msacm/pcmconverter.c
 1.9      +16 -2     wine/dlls/msacm/stream.c
 1.9      +18 -0     wine/dlls/msacm/wineacm.h
 1.3      +20 -2     wine/dlls/msimg32/msimg32_main.c
 1.4      +16 -2     wine/dlls/msrle32/msrle32.c
 1.8      +14 -0     wine/dlls/msvcrt/console.c
 1.11     +14 -0     wine/dlls/msvcrt/cpp.c
 1.6      +14 -0     wine/dlls/msvcrt/ctype.c
 1.13     +14 -0     wine/dlls/msvcrt/data.c
 1.8      +14 -0     wine/dlls/msvcrt/dir.c
 1.8      +14 -0     wine/dlls/msvcrt/environ.c
 1.7      +14 -0     wine/dlls/msvcrt/errno.c
 1.12     +16 -0     wine/dlls/msvcrt/except.c
 1.9      +14 -0     wine/dlls/msvcrt/exit.c
 1.18     +14 -0     wine/dlls/msvcrt/file.c
 1.10     +14 -0     wine/dlls/msvcrt/heap.c
 1.12     +14 -0     wine/dlls/msvcrt/locale.c
 1.2      +16 -2     wine/dlls/msvcrt/lock.c
 1.9      +14 -0     wine/dlls/msvcrt/main.c
 1.12     +14 -0     wine/dlls/msvcrt/math.c
 1.17     +14 -0     wine/dlls/msvcrt/mbcs.c
 1.7      +14 -0     wine/dlls/msvcrt/misc.c
 1.2      +18 -0     wine/dlls/msvcrt/ms_errno.h
 1.11     +18 -0     wine/dlls/msvcrt/msvcrt.h
 1.2      +18 -0     wine/dlls/msvcrt/mtdll.h
 1.10     +14 -0     wine/dlls/msvcrt/process.c
 1.7      +14 -0     wine/dlls/msvcrt/string.c
 1.8      +14 -0     wine/dlls/msvcrt/thread.c
 1.9      +14 -0     wine/dlls/msvcrt/time.c
 1.10     +14 -0     wine/dlls/msvcrt/wcs.c
 1.12     +16 -2     wine/dlls/msvideo/drawdib.c
 1.3      +16 -2     wine/dlls/msvideo/mciwnd.c
 1.33     +16 -2     wine/dlls/msvideo/msvideo_main.c
 1.3      +18 -0     wine/dlls/msvideo/vfw16.h
 1.3      +16 -2     wine/dlls/netapi32/netapi32.c
 1.4      +16 -2     wine/dlls/ntdll/cdrom.c
 1.7      +17 -3     wine/dlls/ntdll/critsection.c
 1.17     +18 -2     wine/dlls/ntdll/debugtools.c
 1.3      +16 -2     wine/dlls/ntdll/error.c
 1.43     +16 -2     wine/dlls/ntdll/exception.c
 1.11     +20 -2     wine/dlls/ntdll/file.c
 1.2      +16 -2     wine/dlls/ntdll/heap.c
 1.3      +14 -0     wine/dlls/ntdll/large_int.c
 1.2      +18 -0     wine/dlls/ntdll/loader.c
 1.14     +18 -2     wine/dlls/ntdll/misc.c
 1.38     +16 -2     wine/dlls/ntdll/nt.c
 1.6      +18 -0     wine/dlls/ntdll/ntdll_misc.h
 1.17     +18 -2     wine/dlls/ntdll/om.c
 1.34     +16 -2     wine/dlls/ntdll/reg.c
 1.44     +16 -2     wine/dlls/ntdll/rtl.c
 1.20     +16 -2     wine/dlls/ntdll/rtlstr.c
 1.21     +16 -2     wine/dlls/ntdll/sec.c
 1.33     +16 -2     wine/dlls/ntdll/signal_i386.c
 1.11     +16 -2     wine/dlls/ntdll/signal_sparc.c
 1.5      +14 -0     wine/dlls/ntdll/string.c
 1.19     +18 -2     wine/dlls/ntdll/sync.c
 1.13     +17 -3     wine/dlls/ntdll/time.c
 1.14     +16 -2     wine/dlls/ntdll/wcstring.c
 1.15     +16 -3     wine/dlls/odbc32/proxyodbc.c
 1.3      +18 -0     wine/dlls/odbc32/proxyodbc.h
 1.9      +16 -2     wine/dlls/ole32/antimoniker.c
 1.13     +16 -2     wine/dlls/ole32/bindctx.c
 1.21     +16 -2     wine/dlls/ole32/clipboard.c
 1.55     +16 -2     wine/dlls/ole32/compobj.c
 1.4      +22 -0     wine/dlls/ole32/compobj_private.h
 1.14     +16 -2     wine/dlls/ole32/compositemoniker.c
 1.12     +16 -2     wine/dlls/ole32/datacache.c
 1.9      +16 -2     wine/dlls/ole32/defaulthandler.c
 1.11     +17 -2     wine/dlls/ole32/errorinfo.c
 1.17     +16 -2     wine/dlls/ole32/filemoniker.c
 1.10     +16 -2     wine/dlls/ole32/hglobalstream.c
 1.19     +16 -2     wine/dlls/ole32/ifs.c
 1.3      +18 -0     wine/dlls/ole32/ifs.h
 1.12     +16 -2     wine/dlls/ole32/itemmoniker.c
 1.3      +16 -2     wine/dlls/ole32/marshal.c
 1.6      +15 -2     wine/dlls/ole32/memlockbytes.c
 1.19     +16 -2     wine/dlls/ole32/moniker.c
 1.31     +17 -3     wine/dlls/ole32/ole2.c
 1.6      +16 -2     wine/dlls/ole32/ole2impl.c
 1.13     +16 -2     wine/dlls/ole32/ole2nls.c
 1.21     +16 -2     wine/dlls/ole32/ole2stubs.c
 1.7      +18 -2     wine/dlls/ole32/ole32_main.c
 1.3      +18 -0     wine/dlls/ole32/ole32_main.h
 1.2      +15 -0     wine/dlls/ole32/ole32res.rc
 1.7      +16 -2     wine/dlls/ole32/oleobj.c
 1.2      +16 -2     wine/dlls/ole32/oleproxy.c
 1.2      +17 -5     wine/dlls/ole32/olestd.h
 1.2      +16 -2     wine/dlls/ole32/rpc.c
 1.6      +15 -2     wine/dlls/ole32/stg_bigblockfile.c
 1.13     +16 -2     wine/dlls/ole32/stg_stream.c
 1.20     +17 -3     wine/dlls/ole32/storage.c
 1.32     +16 -2     wine/dlls/ole32/storage32.c
 1.10     +14 -0     wine/dlls/ole32/storage32.h
 1.6      +17 -2     wine/dlls/oleaut32/connpt.c
 1.2      +18 -0     wine/dlls/oleaut32/connpt.h
 1.6      +16 -4     wine/dlls/oleaut32/dispatch.c
 1.4      +16 -2     wine/dlls/oleaut32/hash.c
 1.23     +16 -2     wine/dlls/oleaut32/ole2disp.c
 1.3      +18 -0     wine/dlls/oleaut32/ole2disp.h
 1.23     +18 -2     wine/dlls/oleaut32/oleaut.c
 1.15     +16 -2     wine/dlls/oleaut32/olefont.c
 1.13     +15 -2     wine/dlls/oleaut32/olepicture.c
 1.2      +0 -2      wine/dlls/oleaut32/parsedt.h
 1.2      +16 -2     wine/dlls/oleaut32/propertyframe.c
 1.15     +16 -2     wine/dlls/oleaut32/safearray.c
 1.11     +16 -2     wine/dlls/oleaut32/stubs.c
 1.2      +17 -3     wine/dlls/oleaut32/tmarshal.c
 1.2      +18 -0     wine/dlls/oleaut32/tmarshal.h
 1.64     +17 -3     wine/dlls/oleaut32/typelib.c
 1.9      +14 -1     wine/dlls/oleaut32/typelib.h
 1.35     +16 -2     wine/dlls/oleaut32/variant.c
 1.2      +18 -0     wine/dlls/oleaut32/version.rc
 1.11     +16 -2     wine/dlls/olecli/olecli_main.c
 1.5      +16 -2     wine/dlls/oledlg/oledlg_main.c
 1.7      +16 -2     wine/dlls/olepro32/olepro32stubs.c
 1.8      +16 -2     wine/dlls/olesvr/olesvr_main.c
 1.7      +16 -0     wine/dlls/opengl32/make_opengl
 1.7      +2 -2      wine/dlls/opengl32/opengl_ext.c
 1.3      +14 -0     wine/dlls/opengl32/opengl_ext.h
 1.6      +2 -2      wine/dlls/opengl32/opengl_norm.c
 1.21     +19 -5     wine/dlls/opengl32/wgl.c
 1.2      +17 -3     wine/dlls/opengl32/wgl.h
 1.11     +16 -2     wine/dlls/psapi/psapi_main.c
 1.2      +20 -2     wine/dlls/quartz/amundoc.c
 1.6      +17 -3     wine/dlls/quartz/asyncsrc.c
 1.4      +15 -1     wine/dlls/quartz/asyncsrc.h
 1.2      +17 -3     wine/dlls/quartz/audioutl.c
 1.2      +18 -0     wine/dlls/quartz/audioutl.h
 1.8      +17 -3     wine/dlls/quartz/audren.c
 1.4      +15 -1     wine/dlls/quartz/audren.h
 1.4      +17 -3     wine/dlls/quartz/avidec.c
 1.3      +17 -3     wine/dlls/quartz/aviparse.c
 1.6      +17 -3     wine/dlls/quartz/basefilt.c
 1.6      +18 -0     wine/dlls/quartz/basefilt.h
 1.8      +17 -3     wine/dlls/quartz/basepin.c
 1.5      +17 -3     wine/dlls/quartz/complist.c
 1.4      +15 -1     wine/dlls/quartz/complist.h
 1.2      +17 -3     wine/dlls/quartz/csconv.c
 1.7      +17 -3     wine/dlls/quartz/devenum.c
 1.4      +18 -0     wine/dlls/quartz/devenum.h
 1.5      +17 -3     wine/dlls/quartz/enumunk.c
 1.2      +15 -1     wine/dlls/quartz/enumunk.h
 1.4      +17 -3     wine/dlls/quartz/fgevent.c
 1.5      +17 -3     wine/dlls/quartz/fgpass.c
 1.9      +17 -3     wine/dlls/quartz/fgraph.c
 1.9      +18 -0     wine/dlls/quartz/fgraph.h
 1.7      +17 -3     wine/dlls/quartz/fmap.c
 1.4      +18 -0     wine/dlls/quartz/fmap.h
 1.10     +17 -3     wine/dlls/quartz/ifgraph.c
 1.7      +17 -3     wine/dlls/quartz/imcntl.c
 1.8      +17 -3     wine/dlls/quartz/imfilter.c
 1.6      +17 -3     wine/dlls/quartz/impos.c
 1.7      +17 -3     wine/dlls/quartz/imseek.c
 1.7      +17 -3     wine/dlls/quartz/iunk.c
 1.6      +15 -1     wine/dlls/quartz/iunk.h
 1.13     +17 -3     wine/dlls/quartz/main.c
 1.10     +17 -3     wine/dlls/quartz/memalloc.c
 1.5      +18 -0     wine/dlls/quartz/memalloc.h
 1.7      +17 -3     wine/dlls/quartz/mtype.c
 1.6      +15 -1     wine/dlls/quartz/mtype.h
 1.6      +17 -3     wine/dlls/quartz/parser.c
 1.4      +15 -1     wine/dlls/quartz/parser.h
 1.4      +18 -0     wine/dlls/quartz/quartz_private.h
 1.5      +17 -3     wine/dlls/quartz/regsvr.c
 1.4      +15 -1     wine/dlls/quartz/regsvr.h
 1.8      +17 -3     wine/dlls/quartz/sample.c
 1.3      +18 -0     wine/dlls/quartz/sample.h
 1.8      +17 -3     wine/dlls/quartz/seekpass.c
 1.5      +18 -0     wine/dlls/quartz/seekpass.h
 1.7      +17 -3     wine/dlls/quartz/sysclock.c
 1.4      +18 -0     wine/dlls/quartz/sysclock.h
 1.2      +20 -2     wine/dlls/quartz/videoblt.c
 1.2      +18 -0     wine/dlls/quartz/videoblt.h
 1.6      +17 -3     wine/dlls/quartz/vidren.c
 1.4      +15 -1     wine/dlls/quartz/vidren.h
 1.5      +17 -3     wine/dlls/quartz/wavparse.c
 1.3      +17 -3     wine/dlls/quartz/xform.c
 1.3      +15 -1     wine/dlls/quartz/xform.h
 1.16     +16 -2     wine/dlls/rasapi32/rasapi.c
 1.5      +15 -2     wine/dlls/richedit/charlist.c
 1.3      +20 -0     wine/dlls/richedit/charlist.h
 1.6      +2 -2      wine/dlls/richedit/reader.c
 1.3      +14 -0     wine/dlls/richedit/riched32.h
 1.16     +16 -3     wine/dlls/richedit/richedit.c
 1.3      +6 -6      wine/dlls/richedit/text-writer.c
 1.21     +17 -2     wine/dlls/rpcrt4/rpcrt4_main.c
 1.8      +16 -2     wine/dlls/serialui/confdlg.c
 1.2      +23 -0     wine/dlls/serialui/serialui.h
 1.2      +18 -0     wine/dlls/serialui/serialui_rc.rc
 1.4      +17 -2     wine/dlls/setupapi/devinst.c
 1.11     +18 -2     wine/dlls/setupapi/infparse.c
 1.2      +15 -0     wine/dlls/setupapi/setupapi.rc
 1.2      +18 -0     wine/dlls/setupapi/setupapi_private.h
 1.9      +18 -0     wine/dlls/setupapi/setupx16.h
 1.18     +16 -2     wine/dlls/setupapi/setupx_main.c
 1.5      +17 -2     wine/dlls/setupapi/stubs.c
 1.9      +18 -2     wine/dlls/setupapi/virtcopy.c
 1.3      +17 -3     wine/dlls/shdocvw/classinfo.c
 1.3      +17 -3     wine/dlls/shdocvw/events.c
 1.3      +17 -3     wine/dlls/shdocvw/factory.c
 1.2      +17 -3     wine/dlls/shdocvw/misc.c
 1.3      +17 -3     wine/dlls/shdocvw/oleobject.c
 1.2      +17 -3     wine/dlls/shdocvw/persist.c
 1.2      +15 -1     wine/dlls/shdocvw/shdocvw.h
 1.6      +17 -3     wine/dlls/shdocvw/shdocvw_main.c
 1.2      +17 -3     wine/dlls/shdocvw/webbrowser.c




More information about the wine-cvs mailing list