1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Fixed order of inclusion directives.

This commit is contained in:
Camilla Berglund 2010-09-20 20:55:14 +02:00
parent 71ba8cfab6
commit e54c884fbc

2
src/win32/platform.h Normal file → Executable file
View 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"
//========================================================================