no bug - fix windows includes for case sensitive file systems

This commit is contained in:
Trevor Saunders 2015-04-07 16:34:53 -04:00
parent 34ed0aa4ae
commit 07e62eab8d

View File

@ -56,8 +56,8 @@
#if defined(XP_UNIX)
#include <sys/resource.h>
#elif defined(XP_WIN)
#include <Processthreadsapi.h>
#include <Windows.h>
#include <processthreadsapi.h>
#include <windows.h>
#endif // defined(XP_UNIX) || defined(XP_WIN)
using namespace js;