Просмотр исходного кода

Use our platform test macro for Solaris.

Ryan C. Gordon 14 лет назад
Родитель
Сommit
d67e2c9207
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/physfs_internal.h

+ 1 - 1
src/physfs_internal.h

@@ -30,7 +30,7 @@
 #include <malloc.h>
 #include <malloc.h>
 #endif
 #endif
 
 
-#if defined(__sun) || defined(sun)
+#if PHYSFS_PLATFORM_SOLARIS
 #include <alloca.h>
 #include <alloca.h>
 #endif
 #endif