XMake: Add automatic header order fix

This commit is contained in:
Jérôme Leclercq
2021-10-28 09:53:43 +02:00
parent f491ee1e38
commit 66206868cd
4 changed files with 198 additions and 25 deletions

View File

@@ -9,6 +9,8 @@
#undef WIN32_LEAN_AND_MEAN //< Redefined by wgl.h header (ty Khronos)
// no include reordering
#include <GLES3/gl3.h>
#include <GL/wgl.h>
#include <GL/wglext.h>