1
0
forked from 0ad/0ad

_WIN32 ifdefs around wglext.h include

This was SVN commit r440.
This commit is contained in:
Simon Brenner 2004-06-09 13:46:39 +00:00
parent d455ac90ef
commit d022ac51f8

View File

@ -41,7 +41,9 @@ extern "C" {
# include <OpenGL/glext.h>
#else
# include <GL/glext.h>
# include <GL/wglext.h>
# ifdef _WIN32
# include <GL/wglext.h>
# endif
#endif
#define GL_TEXTURE_IMAGE_SIZE_ARB 0x86A0