changeset 1066 | e1d83e3b5d32 |
parent 1064 | cc4db73e87d1 |
child 1072 | 6d3a91a5029b |
--- a/src/physfs.c Wed Mar 17 15:34:30 2010 -0400 +++ b/src/physfs.c Wed Mar 17 15:35:29 2010 -0400 @@ -93,7 +93,9 @@ #if (defined PHYSFS_SUPPORTS_WAD) &__PHYSFS_ArchiveInfo_WAD, #endif +#if (defined PHYSFS_SUPPORTS_ISO9660) &__PHYSFS_ArchiveInfo_ISO9660, +#endif NULL }; @@ -121,7 +123,9 @@ #if (defined PHYSFS_SUPPORTS_WAD) &__PHYSFS_Archiver_WAD, #endif +#if (defined PHYSFS_SUPPORTS_ISO9660) &__PHYSFS_Archiver_ISO9660, +#endif NULL };