wine/ ole/uuid.c ole/dxguid.c ole/dx8guid.c in ...

Alexandre Julliard julliard at wine.codeweavers.com
Fri Jan 3 13:12:57 CST 2003


ChangeSet ID:	6881
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/01/03 13:12:57

Modified files:
	ole            : uuid.c dxguid.c dx8guid.c 
	include        : winuser.h winnls.h wingdi.h urlmon.h servprov.h 
	                 oleidl.h ole2.h ocidl.h oaidl.h mediaobj.h 
	                 mapidefs.h mapicode.h docobj.h comcat.h 
	dlls/x11drv    : event.c 
	dlls/winmm/mciavi: private_mciavi.h 
	dlls/urlmon    : umon.c 
	dlls/shlwapi   : string.c ordinal.c 
	dlls/shell32   : Makefile.in 
	dlls/shdocvw   : shdocvw_main.c shdocvw.h 
	dlls/rpcrt4    : Makefile.in 
	dlls/olepro32  : olepro32stubs.c 
	dlls/oledlg    : oledlg_main.c 
	dlls/oleaut32  : Makefile.in 
	dlls/ole32     : compositemoniker.c Makefile.in 
	dlls/msvideo/msrle32: msrle_private.h 
	dlls/msvideo   : msvideo_private.h msvideo16.c mciwnd.c 
	dlls/dplayx    : Makefile.in 
	dlls/commdlg   : filedlgbrowser.h cdlg.h 
	dlls/comctl32  : animate.c 
	dlls/comcat    : comcat_private.h 
	dlls/avifil32  : wavfile.c icmstream.c getframe.c factory.c 
	                 extrachunk.c avifile.c api.c acmstream.c 
	dlls/avicap32  : avicap32_main.c 

Log message:
	Dimitrie O. Paun <dpaun at rogers.com>
	Eliminate lots of __WINE__ conditionals from the headers.

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

Old revision  New revision  Changes     Path
 1.15          1.16          +1 -0       wine/ole/uuid.c
 1.1           1.2           +1 -0       wine/ole/dxguid.c
 1.1           1.2           +1 -0       wine/ole/dx8guid.c
 1.156         1.157         +2 -2       wine/include/winuser.h
 1.38          1.39          +2 -2       wine/include/winnls.h
 1.85          1.86          +3 -3       wine/include/wingdi.h
 1.12          1.13          +0 -2       wine/include/urlmon.h
 1.6           1.7           +0 -2       wine/include/servprov.h
 1.8           1.9           +0 -3       wine/include/oleidl.h
 1.37          1.38          +0 -3       wine/include/ole2.h
 1.8           1.9           +0 -4       wine/include/ocidl.h
 1.8           1.9           +0 -2       wine/include/oaidl.h
 1.2           1.3           +0 -2       wine/include/mediaobj.h
 1.8           1.9           +0 -2       wine/include/mapidefs.h
 1.3           1.4           +0 -2       wine/include/mapicode.h
 1.10          1.11          +0 -2       wine/include/docobj.h
 1.6           1.7           +0 -2       wine/include/comcat.h
 1.15          1.16          +1 -0       wine/dlls/x11drv/event.c
 1.6           1.7           +1 -0       wine/dlls/winmm/mciavi/private_mciavi.h
 1.17          1.18          +1 -0       wine/dlls/urlmon/umon.c
 1.28          1.29          +1 -0       wine/dlls/shlwapi/string.c
 1.63          1.64          +1 -0       wine/dlls/shlwapi/ordinal.c
 1.57          1.58          +1 -1       wine/dlls/shell32/Makefile.in
 1.9           1.10          +1 -1       wine/dlls/shdocvw/shdocvw_main.c
 1.5           1.6           +1 -0       wine/dlls/shdocvw/shdocvw.h
 1.20          1.21          +1 -1       wine/dlls/rpcrt4/Makefile.in
 1.7           1.8           +1 -0       wine/dlls/olepro32/olepro32stubs.c
 1.6           1.7           +1 -3       wine/dlls/oledlg/oledlg_main.c
 1.41          1.42          +1 -1       wine/dlls/oleaut32/Makefile.in
 1.17          1.18          +3 -2       wine/dlls/ole32/compositemoniker.c
 1.24          1.25          +1 -1       wine/dlls/ole32/Makefile.in
 1.1           1.2           +1 -0       wine/dlls/msvideo/msrle32/msrle_private.h
 1.2           1.3           +1 -0       wine/dlls/msvideo/msvideo_private.h
 1.7           1.8           +1 -0       wine/dlls/msvideo/msvideo16.c
 1.8           1.9           +1 -0       wine/dlls/msvideo/mciwnd.c
 1.25          1.26          +1 -0       wine/dlls/dplayx/Makefile.in
 1.13          1.14          +1 -0       wine/dlls/commdlg/filedlgbrowser.h
 1.24          1.25          +1 -0       wine/dlls/commdlg/cdlg.h
 1.45          1.46          +1 -0       wine/dlls/comctl32/animate.c
 1.1           1.2           +1 -0       wine/dlls/comcat/comcat_private.h
 1.3           1.4           +1 -0       wine/dlls/avifil32/wavfile.c
 1.2           1.3           +1 -0       wine/dlls/avifil32/icmstream.c
 1.3           1.4           +1 -0       wine/dlls/avifil32/getframe.c
 1.5           1.6           +1 -0       wine/dlls/avifil32/factory.c
 1.3           1.4           +1 -0       wine/dlls/avifil32/extrachunk.c
 1.30          1.31          +1 -0       wine/dlls/avifil32/avifile.c
 1.13          1.14          +1 -0       wine/dlls/avifil32/api.c
 1.2           1.3           +1 -0       wine/dlls/avifil32/acmstream.c
 1.7           1.8           +1 -0       wine/dlls/avicap32/avicap32_main.c




More information about the wine-cvs mailing list