I had the wrong header for Windows in GLVideoInterface.h
This commit is contained in:
parent
f2004b2474
commit
f6ef6fa0d9
|
@ -26,7 +26,7 @@
|
||||||
#elif defined(__APPLE__)
|
#elif defined(__APPLE__)
|
||||||
#include "VideoInterface/AGL.h"
|
#include "VideoInterface/AGL.h"
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32)
|
||||||
#include "VideoInterface/GLW.h"
|
#include "VideoInterface/WGL.h"
|
||||||
#elif defined(HAVE_X11) && HAVE_X11
|
#elif defined(HAVE_X11) && HAVE_X11
|
||||||
#include "VideoInterface/GLX.h"
|
#include "VideoInterface/GLX.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue