diff dmd/hdrgen.c @ 571:cbd6c8073a32

Changed all '#if linux || __APPLE__' to '#if POSIX' so we can support other platforms too, thanx for the suggestion anders.
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Tue, 02 Sep 2008 23:10:12 +0200
parents f79bbd1d0b27
children b30fe7e1dbb9
line wrap: on
line diff
--- a/dmd/hdrgen.c	Tue Sep 02 19:14:37 2008 +0200
+++ b/dmd/hdrgen.c	Tue Sep 02 23:10:12 2008 +0200
@@ -29,7 +29,7 @@
 #else
 #if _WIN32
 #include "..\root\mem.h"
-#elif linux || __APPLE__
+#elif POSIX
 #include "../root/mem.h"
 #else
 #error "fix this"