another msvc fix

This commit is contained in:
NishiOwO 2025-04-04 18:28:04 +09:00
parent e3d6025631
commit 8ce9e4fa63
No known key found for this signature in database
GPG Key ID: 27EF69B208EB9343
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@
/* External library */
#include <GL/gl.h>
#include <GL/wgl.h>
/* Interface */
#include <nb_draw_platform.h>

View File

@ -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