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))