Fixed incorrect #ifdef.
This commit is contained in:
parent
b58e5f348c
commit
74f8cb4f91
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue