mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-03-24 08:51:58 +00:00
Borland fixes, to get it compile
This commit is contained in:
parent
0bd4043ca4
commit
16c06526c9
1 changed files with 9 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
config.h
|
||||
|
||||
Configuration for Visual C++. This file would have been
|
||||
Configuration for Borland C++. This file would have been
|
||||
autogenerated by configure, for any sane compiler.
|
||||
|
||||
Copyright (C) 2000 contributors of the QuakeForge project
|
||||
|
@ -114,10 +114,10 @@
|
|||
#define HAVE__FTIME 1
|
||||
|
||||
/* Define if you have the _snprintf function. */
|
||||
#define HAVE__SNPRINTF 1
|
||||
#undef HAVE__SNPRINTF 1
|
||||
|
||||
/* Define if you have the _vsnprintf function. */
|
||||
#define HAVE__VSNPRINTF 1
|
||||
#undef HAVE__VSNPRINTF 1
|
||||
|
||||
/* Define if you have the connect function. */
|
||||
#define HAVE_CONNECT 1
|
||||
|
@ -263,6 +263,12 @@
|
|||
/* Define if we've scitech MGL library and mgraph.h */
|
||||
#define HAVE_MGRAPH_H 1
|
||||
|
||||
/* Dir used for shared game data */
|
||||
#define FS_SHAREPATH "."
|
||||
|
||||
/* Dir used for shared game data */
|
||||
#define FS_USERPATH "."
|
||||
|
||||
#define FS_GLOBALCFG ".\\qforge.cfg"
|
||||
|
||||
#define strcasecmp(s1, s2) stricmp((s1), (s2))
|
||||
|
|
Loading…
Reference in a new issue