Fix #if macros for idx64 and id386

This commit is contained in:
Thilo Schulz 2011-06-15 14:10:20 +00:00
parent a5035841d2
commit a447aa82af
6 changed files with 53 additions and 47 deletions

View file

@ -421,7 +421,7 @@ extern vec3_t axisDefault[3];
int Q_isnan(float x);
#ifdef idx64
#if idx64
extern long qftolsse(float f);
extern void qvmftolsse(void);
extern void qsnapvectorsse(vec3_t vec);
@ -430,7 +430,7 @@ int Q_isnan(float x);
#define Q_SnapVector qsnapvectorsse
extern void (*Q_VMftol)(void);
#elif defined(id386)
#elif id386
extern long QDECL qftolx87(float f);
extern long QDECL qftolsse(float f);
extern void QDECL qvmftolx87(void);