From 5afd9754e2f6e31f6188c4a5e1610c36e6299561 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 16 Jul 2017 04:34:52 -0400 Subject: [PATCH] Reenable QPAK support by default. --- src/physfs_internal.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/physfs_internal.h b/src/physfs_internal.h index 4abdb42..8fc72e8 100644 --- a/src/physfs_internal.h +++ b/src/physfs_internal.h @@ -155,6 +155,9 @@ void __PHYSFS_smallFree(void *ptr); #ifndef PHYSFS_SUPPORTS_WAD #define PHYSFS_SUPPORTS_WAD 1 #endif +#ifndef PHYSFS_SUPPORTS_QPAK +#define PHYSFS_SUPPORTS_QPAK 1 +#endif #ifndef PHYSFS_SUPPORTS_SLB #define PHYSFS_SUPPORTS_SLB 1 #endif