mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
%s/HAS_ZLIB/HAVE_ZLIB/g
This commit is contained in:
parent
e4c9ccff8f
commit
677b7de94d
7 changed files with 29 additions and 29 deletions
|
@ -35,7 +35,7 @@
|
|||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef HAS_ZLIB
|
||||
#ifdef HAVE_ZLIB
|
||||
#include <zlib.h>
|
||||
#endif
|
||||
|
||||
|
@ -43,7 +43,7 @@
|
|||
|
||||
typedef struct {
|
||||
FILE *file;
|
||||
#ifdef HAS_ZLIB
|
||||
#ifdef HAVE_ZLIB
|
||||
gzFile *gzfile;
|
||||
#endif
|
||||
} QFile;
|
||||
|
|
|
@ -244,7 +244,7 @@
|
|||
#undef HAVE_LIBM
|
||||
|
||||
/* Define if you have the zlib library (-lz). */
|
||||
#define HAS_ZLIB
|
||||
#define HAVE_ZLIB
|
||||
|
||||
/* Posix, needed for limits.h and Unix stuffs to work right */
|
||||
#define _POSIX_
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue