changeset 1258 | 074d08049aa7 |
parent 1240 | 22d4d1bd4e21 |
child 1259 | b01150541cfd |
--- a/src/archiver_hog.c Thu Mar 22 03:15:50 2012 -0400 +++ b/src/archiver_hog.c Fri Mar 23 00:52:32 2012 -0400 @@ -29,11 +29,11 @@ * Based on grp.c by Ryan C. Gordon. */ -#if (defined PHYSFS_SUPPORTS_HOG) - #define __PHYSICSFS_INTERNAL__ #include "physfs_internal.h" +#if PHYSFS_SUPPORTS_HOG + static UNPKentry *hogLoadEntries(PHYSFS_Io *io, PHYSFS_uint32 *_entCount) { const PHYSFS_uint64 iolen = io->length(io);