Fixed win32 build on a case-sensitive fs

This commit is contained in:
xantares
2014-03-30 22:40:28 +02:00
parent 781831574d
commit 721cab6c3b

View File

@@ -22,8 +22,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#ifdef _WIN32 #ifdef _WIN32
#include <Windows.h> #include <windows.h>
#endif #endif
#include "fontstash.h" #include "fontstash.h"