mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-05-30 16:50:48 +00:00
get vc projects building again
This commit is contained in:
parent
98adca1e34
commit
28c972a3fd
3 changed files with 136 additions and 19 deletions
|
@ -34,6 +34,8 @@
|
|||
#ifndef _CONFIG_H
|
||||
#define _CONFIG_H
|
||||
|
||||
#pragma warning( disable : 4761)
|
||||
|
||||
/* Define to empty if the keyword does not work. */
|
||||
#undef const
|
||||
|
||||
|
@ -246,6 +248,9 @@
|
|||
/* Define if you have the zlib library (-lz). */
|
||||
#define HAVE_ZLIB
|
||||
|
||||
/* Define if you have a sane fnmatch.h */
|
||||
#define HAVE_FNMATCH_PROTO
|
||||
|
||||
/* Posix, needed for limits.h and Unix stuffs to work right */
|
||||
#define _POSIX_
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue