Fix GLFW3 software renderer in VS2019
GLFW will include these headers for us properly
This commit is contained in:
parent
adb09e19b7
commit
565c79a4ce
1 changed files with 5 additions and 5 deletions
|
@ -3,11 +3,11 @@
|
|||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#include <OpenGL/gl.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
//#if defined(__APPLE__)
|
||||
// #include <OpenGL/gl.h>
|
||||
//#else
|
||||
// #include <GL/gl.h>
|
||||
//#endif
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
#include "../../../Misc.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue