Merge pull request #159 from xantares/master

Fix linux|mingw shared|static build
This commit is contained in:
erwincoumans
2014-04-09 11:14:58 -07:00
12 changed files with 32 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
//#include "GpuDemo.h"
#ifdef _WIN32
#include <Windows.h> //for GetLocalTime/GetSystemTime
#include <windows.h> //for GetLocalTime/GetSystemTime
#else
#include <sys/time.h>//gettimeofday
#endif