소스 검색

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