From ed2e2b3ce48d5d40152c6bb01cb98b07a14a014a Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 23 Jul 2001 07:15:48 +0000 Subject: [PATCH] Added ERR_COMPRESSION --- physfs_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/physfs_internal.h b/physfs_internal.h index c80312ec..4f01a94f 100644 --- a/physfs_internal.h +++ b/physfs_internal.h @@ -254,6 +254,7 @@ typedef struct __PHYSFS_DIRFUNCTIONS__ #define ERR_IO_ERROR "I/O error" #define ERR_CANT_SET_WRITE_DIR "Can't set write directory" #define ERR_TOO_MANY_SYMLINKS "Too many symbolic links" +#define ERR_COMPRESSION "(De)compression error" /* * Call this to set the message returned by PHYSFS_getLastError().