types: tidy some windows ifdefery
This commit is contained in:
parent
7dd20a3330
commit
713b5dc1b2
|
@ -20,16 +20,8 @@
|
|||
|
||||
//analyze microsoft compilers
|
||||
#ifdef _MSC_VER
|
||||
#define _WINDOWS
|
||||
#ifdef _M_X64
|
||||
//#define _WIN64 //already defined in x64 compiler
|
||||
#else
|
||||
//#define _WIN32 //already defined
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define _WINDOWS
|
||||
//todo - everyone will want to support this eventually, i suppose
|
||||
#ifdef _WINDOWS
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue