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:
parent
6df593975f
commit
827e8f2a4b
7 changed files with 14 additions and 52 deletions
|
@ -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; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue