GoaLitiuM's changes to fix msvc2015's cmake support.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@5594 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
b4de288ca7
commit
d16c6646b7
15 changed files with 119 additions and 91 deletions
|
@ -30,14 +30,12 @@ extern pluginputfuncs_t *inputfuncs;
|
|||
#define Q_strdup strdup
|
||||
#define Q_free free
|
||||
#define Q_rint(x) ((int)(x+0.5))
|
||||
#define Q_atoi atoi
|
||||
#define strlcpy Q_strlcpy
|
||||
#define strlcat Q_strlcat
|
||||
#undef snprintf
|
||||
#define snprintf Q_snprintf
|
||||
|
||||
#undef mpic_t
|
||||
#define mpic_t void
|
||||
#define Q_atoi atoi
|
||||
#define strlcpy Q_strlcpy
|
||||
#define strlcat Q_strlcat
|
||||
|
||||
#undef mpic_t
|
||||
#define mpic_t void
|
||||
|
||||
|
||||
#define MV_VIEWS 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue