Fixed incorrect #ifdef.

This commit is contained in:
Ryan C. Gordon 2010-08-27 14:27:15 -04:00
parent b58e5f348c
commit 74f8cb4f91
1 changed files with 1 additions and 1 deletions

View File

@ -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"