Merge pull request #1100 from cxd4/_Support_h_
repaired compilation assumptions in Project64/Support.h
This commit is contained in:
commit
cd98e19aeb
|
@ -1,6 +1,8 @@
|
|||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <Common/memtest.h>
|
||||
#include <Common/MemTest.h>
|
||||
#include <Common/CriticalSection.h>
|
||||
#include <Common/StdString.h>
|
||||
#include <Common/FileClass.h>
|
||||
|
|
Loading…
Reference in New Issue