types: tidy some windows ifdefery

This commit is contained in:
riccardom 2011-04-10 17:12:11 +00:00
parent 7dd20a3330
commit 713b5dc1b2
1 changed files with 1 additions and 9 deletions

View File

@ -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