Преглед изворни кода

Use our platform test macro for Solaris.

Ryan C. Gordon пре 14 година
родитељ
комит
d67e2c9207
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/physfs_internal.h

+ 1 - 1
src/physfs_internal.h

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