final linux support necessary changes to build a working application

This commit is contained in:
theofficialgman
2026-08-25 21:36:24 -04:00
parent 02df7ef9ee
commit 9f799fe12b
4 changed files with 48 additions and 2 deletions
+2
View File
@@ -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]{};