mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-15 00:10:54 +00:00
Win32 compiles and runs now.
This commit is contained in:
parent
fd5d30dd06
commit
596b294d04
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue