mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
10 lines
166 B
C
10 lines
166 B
C
#undef __linux__
|
|
#undef __WIN32__
|
|
#undef __WIN64__
|
|
#undef _WIN32
|
|
#undef _WIN64
|
|
#undef __APPLE__
|
|
#undef __clang__
|
|
#define __vscode__ 1
|
|
#define FENNIX_DYNAMIC_LOADER 1
|