Author: greatlrd Date: Sun Jul 8 23:04:04 2007 New Revision: 27508
URL: http://svn.reactos.org/svn/reactos?rev=27508&view=rev Log: remove two define in wined3d_gl.h that exists in glext.h add have HAVE_MODE_T 1 and #define HAVE_SSIZE_T 1 but wine version is diffent size what mingw have.
Modified: branches/reactx/reactos/include/reactos/wine-paralles/config.h branches/reactx/reactos/include/reactos/wine-paralles/wine/wined3d_gl.h
Modified: branches/reactx/reactos/include/reactos/wine-paralles/config.h URL: http://svn.reactos.org/svn/reactos/branches/reactx/reactos/include/reactos/w... ============================================================================== --- branches/reactx/reactos/include/reactos/wine-paralles/config.h (original) +++ branches/reactx/reactos/include/reactos/wine-paralles/config.h Sun Jul 8 23:04:04 2007 @@ -5,7 +5,7 @@ #define __WINE_CONFIG_H
/* avoid fine grained includes which cause problems with MS SDK */ -#define WINE_NATIVEWIN32 1 +#define WINE_NATIVEWIN32 0
/* use MSVC native exceptions */ #define USE_COMPILER_EXCEPTIONS 1 @@ -14,6 +14,10 @@ # define WINE_NO_DEBUG_MSGS 1 # define WINE_NO_TRACE_MSGS 1 #endif + + +#define HAVE_MODE_T 1 +#define HAVE_SSIZE_T 1
/* Define to 1 if you have the <float.h> header file. */ #define HAVE_FLOAT_H 1
Modified: branches/reactx/reactos/include/reactos/wine-paralles/wine/wined3d_gl.h URL: http://svn.reactos.org/svn/reactos/branches/reactx/reactos/include/reactos/w... ============================================================================== --- branches/reactx/reactos/include/reactos/wine-paralles/wine/wined3d_gl.h (original) +++ branches/reactx/reactos/include/reactos/wine-paralles/wine/wined3d_gl.h Sun Jul 8 23:04:04 2007 @@ -485,8 +485,8 @@ /* GL_EXT_texture_env_dot3 */ #ifndef GL_EXT_texture_env_dot3 #define GL_EXT_texture_env_dot3 1 -#define GL_DOT3_RGB_EXT 0x8740 -#define GL_DOT3_RGBA_EXT 0x8741 +// #define GL_DOT3_RGB_EXT 0x8740 +// #define GL_DOT3_RGBA_EXT 0x8741 #endif /* GL_EXT_texture_lod_bias */ #ifndef GL_EXT_texture_lod_bias @@ -520,7 +520,7 @@ /* GL_EXT_texture_env_dot3 */ #ifndef GL_EXT_texture_env_dot3 #define GL_EXT_texture_env_dot3 1 -#define GL_DOT3_RGB_EXT 0x8740 +//#define GL_DOT3_RGB_EXT 0x8740 #define GL_DOT3_RGBA_EXT 0x8741 #endif /* GL_ARB_texture_float */