[Project64] Remove windows.h from MemoryVirtualMem.cpp
This commit is contained in:
parent
7fec071afc
commit
1daa43a6d8
|
@ -22,12 +22,6 @@
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <Common/MemoryManagement.h>
|
#include <Common/MemoryManagement.h>
|
||||||
|
|
||||||
#ifdef _WIN32
|
|
||||||
#include <Windows.h>
|
|
||||||
#else
|
|
||||||
#include <sys/time.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
uint32_t RegModValue;
|
uint32_t RegModValue;
|
||||||
|
|
||||||
uint8_t * CMipsMemoryVM::m_Reserve1 = NULL;
|
uint8_t * CMipsMemoryVM::m_Reserve1 = NULL;
|
||||||
|
|
Loading…
Reference in New Issue