compiles in linux now.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@145 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-09-06 11:14:12 +00:00
parent a2fc77cd18
commit 4a699715bd
1 changed files with 1 additions and 1 deletions

View File

@ -2039,7 +2039,7 @@ char com_basedir[MAX_OSPATH];
#define uShort ZLIBuShort #define uShort ZLIBuShort
#define uLong ZLIBuLong #define uLong ZLIBuLong
#else #else
typedef unsigned short uShort; //typedef unsigned short uShort;
#endif #endif
#include "unzip.c" #include "unzip.c"