mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-07-30 11:00:05 +02:00
Changed all '#if linux || __APPLE__' to '#if POSIX' so we can support other platforms too, thanx for the suggestion anders.
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#else
|
||||
#if _WIN32
|
||||
#include "..\root\mem.h"
|
||||
#elif linux || __APPLE__
|
||||
#elif POSIX
|
||||
#include "../root/mem.h"
|
||||
#else
|
||||
#error "fix this"
|
||||
|
||||
Reference in New Issue
Block a user