Explorar el Código

Use our platform test macro for Solaris.

Ryan C. Gordon hace 14 años
padre
commit
d67e2c9207
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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