mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Fixed order of inclusion directives.
This commit is contained in:
parent
71ba8cfab6
commit
e54c884fbc
2
src/win32/platform.h
Normal file → Executable file
2
src/win32/platform.h
Normal file → Executable file
@ -43,8 +43,8 @@
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
|
||||
#include "../../include/GL/wglext.h"
|
||||
#include "../../include/GL/glfw3.h"
|
||||
#include "../../include/GL/wglext.h"
|
||||
|
||||
|
||||
//========================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user