changeset 1315 | c686e4f84ab5 |
parent 1283 | 8bcc48d243df |
child 1322 | 5476917b8ddf |
--- a/src/physfs_internal.h Fri Nov 02 00:47:50 2012 -0400 +++ b/src/physfs_internal.h Mon Nov 12 23:40:29 2012 +0200 @@ -114,6 +114,9 @@ #ifndef PHYSFS_SUPPORTS_WAD #define PHYSFS_SUPPORTS_WAD 0 #endif +#ifndef PHYSFS_SUPPORTS_SLB +#define PHYSFS_SUPPORTS_SLB 0 +#endif #ifndef PHYSFS_SUPPORTS_ISO9660 #define PHYSFS_SUPPORTS_ISO9660 0 #endif @@ -417,7 +420,7 @@ typedef struct { - char name[56]; + char name[64]; PHYSFS_uint32 startPos; PHYSFS_uint32 size; } UNPKentry;