Explorar o código

Fixed incorrect #ifdef.

Ryan C. Gordon %!s(int64=15) %!d(string=hai) anos
pai
achega
74f8cb4f91
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/archiver_iso9660.c

+ 1 - 1
src/archiver_iso9660.c

@@ -24,7 +24,7 @@
  * - Ambiguities in the standard
  */
 
-#if (defined PHYSFS_SUPPORTS_GRP)
+#if (defined PHYSFS_SUPPORTS_ISO9660)
 
 #define __PHYSICSFS_INTERNAL__
 #include "physfs_internal.h"