mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-12 01:38:50 -04:00
final linux support necessary changes to build a working application
This commit is contained in:
@@ -20,11 +20,13 @@
|
||||
#include <sstream>
|
||||
#include <unordered_map>
|
||||
|
||||
#if defined(_WIN32)
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#include <windows.h>
|
||||
#include <dbghelp.h>
|
||||
#endif
|
||||
|
||||
MemoryInline::PageEntry MemoryInline::g_pageTable[MemoryInline::kPageCount]{};
|
||||
uintptr_t MemoryInline::g_fullPageBias[MemoryInline::kPageCount]{};
|
||||
|
||||
Reference in New Issue
Block a user