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
commit a981c3382b

View File

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