Przeglądaj źródła

Use our platform test macro for Solaris.

Ryan C. Gordon 14 lat temu
rodzic
commit
d67e2c9207
1 zmienionych plików z 1 dodań i 1 usunięć
  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