2010-06-14 Ozkan Sezer <sezeroz@gmail.com> * ddraw.h: Define __DDRAW_INCLUDED__ for compatibility. * dinput.h: Define __DINPUT_INCLUDED__ for compatibility. * dsconf.h: Define __DSCONF_INCLUDED__ for compatibility. * dsound.h: Define __DSOUND_INCLUDED__ for compatibility. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@2514 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/direct-x/ChangeLog b/mingw-w64-headers/direct-x/ChangeLog index cc7d447..c12df0f 100644 --- a/mingw-w64-headers/direct-x/ChangeLog +++ b/mingw-w64-headers/direct-x/ChangeLog
@@ -1,3 +1,10 @@ +2010-06-14 Ozkan Sezer <sezeroz@gmail.com> + + * ddraw.h: Define __DDRAW_INCLUDED__ for compatibility. + * dinput.h: Define __DINPUT_INCLUDED__ for compatibility. + * dsconf.h: Define __DSCONF_INCLUDED__ for compatibility. + * dsound.h: Define __DSOUND_INCLUDED__ for compatibility. + 2010-06-12 Ozkan Sezer <sezeroz@gmail.com> * _mingw_dxhelper.h: Updated DUMMYSTRUCTNAME* macros from _mingw.h.
diff --git a/mingw-w64-headers/direct-x/include/ddraw.h b/mingw-w64-headers/direct-x/include/ddraw.h index 765bd06..2ec182d 100644 --- a/mingw-w64-headers/direct-x/include/ddraw.h +++ b/mingw-w64-headers/direct-x/include/ddraw.h
@@ -18,6 +18,7 @@ #ifndef __WINE_DDRAW_H #define __WINE_DDRAW_H +#define __DDRAW_INCLUDED__ #define COM_NO_WINDOWS_H #include <objbase.h>
diff --git a/mingw-w64-headers/direct-x/include/dinput.h b/mingw-w64-headers/direct-x/include/dinput.h index aadfacd..248fbfc 100644 --- a/mingw-w64-headers/direct-x/include/dinput.h +++ b/mingw-w64-headers/direct-x/include/dinput.h
@@ -18,6 +18,7 @@ #ifndef __WINE_DINPUT_H #define __WINE_DINPUT_H +#define __DINPUT_INCLUDED__ #define COM_NO_WINDOWS_H #include <objbase.h>
diff --git a/mingw-w64-headers/direct-x/include/dsconf.h b/mingw-w64-headers/direct-x/include/dsconf.h index 86f4075..ae3b7ed 100644 --- a/mingw-w64-headers/direct-x/include/dsconf.h +++ b/mingw-w64-headers/direct-x/include/dsconf.h
@@ -18,6 +18,7 @@ #ifndef __WINE_DSCONF_H #define __WINE_DSCONF_H +#define __DSCONF_INCLUDED__ #ifdef __cplusplus extern "C" {
diff --git a/mingw-w64-headers/direct-x/include/dsound.h b/mingw-w64-headers/direct-x/include/dsound.h index ea7dffb..4ff84c8 100644 --- a/mingw-w64-headers/direct-x/include/dsound.h +++ b/mingw-w64-headers/direct-x/include/dsound.h
@@ -18,6 +18,7 @@ #ifndef __WINE_DSOUND_H #define __WINE_DSOUND_H +#define __DSOUND_INCLUDED__ #include <_mingw_dxhelper.h> #ifndef DIRECTSOUND_VERSION