mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 19:23:58 +02:00
trying to fix the linux compilation
This commit is contained in:
parent
c49b753c98
commit
69792178b9
1 changed files with 5 additions and 4 deletions
|
@ -18,14 +18,15 @@
|
|||
#include <OpenGL/gl.h>
|
||||
#include <OpenGL/glext.h>
|
||||
|
||||
#elif defined(UNIX)
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glext.h>
|
||||
|
||||
#elif defined(WIN32)
|
||||
#include <GL/glew.h>
|
||||
#include <GL/wglew.h>
|
||||
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#include <GL/glext.h>
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue