From 16c06526c9005e37e724f358e0af0549a0ed368b Mon Sep 17 00:00:00 2001 From: Dabb Date: Thu, 25 May 2000 14:04:47 +0000 Subject: [PATCH] Borland fixes, to get it compile --- include/win32/bc/config.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/include/win32/bc/config.h b/include/win32/bc/config.h index 212d364..0eef66b 100644 --- a/include/win32/bc/config.h +++ b/include/win32/bc/config.h @@ -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))