1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-06 06:10:45 +00:00

fix MSVC OpenGL linkage warnings & mingw linker problems. use SDL.lib also for MinGW.

This commit is contained in:
fgenesis 2011-08-11 04:56:27 +02:00
commit 827e8f2a4b
7 changed files with 14 additions and 52 deletions

View file

@ -1797,7 +1797,7 @@ void Core::setSDLGLAttributes()
#define GLAPIENTRY
#endif
#if BBGE_BUILD_OPENGL_DYNAMIC
#ifdef BBGE_BUILD_OPENGL_DYNAMIC
#define GL_FUNC(ret,fn,params,call,rt) \
extern "C" { \
static ret (GLAPIENTRY *p##fn) params = NULL; \