mirror of
https://github.com/open-goal/jak-project
synced 2026-09-07 03:30:01 -04:00
Add a bunch of #ifdefs to keep things working as expected on linux
This commit is contained in:
@@ -6,10 +6,13 @@
|
||||
* The CodeTester can't be used for tests requiring the full GOAL language/linking.
|
||||
*/
|
||||
|
||||
#include <third-party/mman/mman.h>
|
||||
#include <cstdio>
|
||||
|
||||
#ifdef __linux__
|
||||
#include <sys/mman.h>
|
||||
#elif _WIN32
|
||||
#include <third-party/mman/mman.h>
|
||||
#endif
|
||||
|
||||
#include <cstdio>
|
||||
#include "CodeTester.h"
|
||||
#include "IGen.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user