mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-18 01:39:03 +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:
@@ -44,7 +44,7 @@ int isnan(double);
|
||||
#include "mem.h"
|
||||
#elif _WIN32
|
||||
#include "..\root\mem.h"
|
||||
#elif linux || __APPLE__
|
||||
#elif POSIX
|
||||
#include "../root/mem.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user