Win32 compiles and runs now.

This commit is contained in:
Anton E. Gavrilov 2000-03-10 23:33:31 +00:00
parent fd5d30dd06
commit 596b294d04
2 changed files with 6 additions and 1 deletions

View file

@ -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 <draw.h>
#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
}

View file

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