mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
Removed unneeded Visual C defs.
This commit is contained in:
parent
6a6185458b
commit
52f0fe0bde
4 changed files with 0 additions and 22 deletions
|
@ -34,10 +34,6 @@
|
|||
#endif
|
||||
#include "quakedef.h"
|
||||
|
||||
#if !defined(HAVE_SNPRINTF) && defined(HAVE__SNPRINTF)
|
||||
# define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
cvar_t *cvar_vars;
|
||||
char *cvar_null_string = "";
|
||||
cvar_t *developer;
|
||||
|
|
|
@ -54,12 +54,6 @@
|
|||
#include "console.h"
|
||||
#include "glquake.h"
|
||||
|
||||
// FIXME: include quakedef.h instead
|
||||
#ifdef _WIN32
|
||||
#define snprintf _snprintf
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
/*
|
||||
=================================================================
|
||||
|
||||
|
|
|
@ -59,12 +59,6 @@
|
|||
#include "console.h"
|
||||
#include "glquake.h"
|
||||
|
||||
// FIXME: include quakedef.h instead
|
||||
#ifdef _WIN32
|
||||
#define snprintf _snprintf
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
void SV_Error (char *error, ...);
|
||||
|
||||
extern char loadname[]; // for hunk tags
|
||||
|
|
|
@ -61,12 +61,6 @@
|
|||
#include "console.h"
|
||||
#include "glquake.h"
|
||||
|
||||
// FIXME: include quakedef.h instead
|
||||
#ifdef _WIN32
|
||||
#define snprintf _snprintf
|
||||
#define vsnprintf _vsnprintf
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
||||
background clear
|
||||
|
|
Loading…
Reference in a new issue