mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
no bug - fix windows includes for case sensitive file systems
This commit is contained in:
parent
34ed0aa4ae
commit
07e62eab8d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user