Merge pull request #158 from xantares/master

Fixed win32 build on a case-sensitive fs
This commit is contained in:
erwincoumans
2014-04-07 15:57:23 -07:00

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"