mirror of
https://github.com/nishiowo/nishbox
synced 2025-04-21 12:14:39 +00:00
another msvc fix
This commit is contained in:
parent
e3d6025631
commit
8ce9e4fa63
@ -5,7 +5,6 @@
|
||||
|
||||
/* External library */
|
||||
#include <GL/gl.h>
|
||||
#include <GL/wgl.h>
|
||||
|
||||
/* Interface */
|
||||
#include <nb_draw_platform.h>
|
||||
|
@ -13,7 +13,7 @@
|
||||
#include <X11/Xatom.h>
|
||||
#include <GL/glx.h>
|
||||
#elif defined(USE_WGL)
|
||||
#include <GL/wgl.h>
|
||||
/* Should require nothing... for now? */
|
||||
#elif defined(USE_GLFW)
|
||||
#include <GLFW/glfw3.h>
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user