From 596b294d0464f39faf24284953c70d7225e3c11d Mon Sep 17 00:00:00 2001 From: "Anton E. Gavrilov" Date: Fri, 10 Mar 2000 23:33:31 +0000 Subject: [PATCH] Win32 compiles and runs now. --- common/gl_vidnt.c | 5 +++++ common/wins/config.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/common/gl_vidnt.c b/common/gl_vidnt.c index c95445b..8513677 100644 --- a/common/gl_vidnt.c +++ b/common/gl_vidnt.c @@ -32,6 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "keys.h" #include "screen.h" #include "plugin.h" +#include #define MAX_MODE_LIST 30 #define VID_ROW_SIZE 3 @@ -1979,3 +1980,7 @@ void VID_ExtraOptionCmd(int option_cursor) } } +void VID_InitCvars() +{ + // It may not look it, but this is important +} diff --git a/common/wins/config.h b/common/wins/config.h index 218d3ac..56e77ae 100644 --- a/common/wins/config.h +++ b/common/wins/config.h @@ -58,7 +58,7 @@ #undef HAVE_GL_COLOR_INDEX8_EXT /* Define this if C symbols are prefixed with an underscore */ -#undef HAVE_SYM_PREFIX_UNDERSCORE +#define HAVE_SYM_PREFIX_UNDERSCORE /* Define this if you have a Linux-style CD-ROM API */ #undef USE_LINUX_CD