X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=plugins%2Ftextool%2FStdAfx.h;h=aee23c538b6e938777239c077da82cfbbb966edb;hb=863f0c456612fb427cafb1a50c180c3705351129;hp=a31c0a6d8842bdcc9c80cf1b18c68332d720ccba;hpb=b7e36c120eb1546a6c6f97f30e42ab7f9a559c61;p=xonotic%2Fnetradiant.git diff --git a/plugins/textool/StdAfx.h b/plugins/textool/StdAfx.h index a31c0a6d..aee23c53 100644 --- a/plugins/textool/StdAfx.h +++ b/plugins/textool/StdAfx.h @@ -22,14 +22,13 @@ // stdafx.h // precompiled headers +#include "globaldefs.h" + // standard headers -#include -#include #include #include -#if !defined( WIN32 ) - +#if !GDEF_OS_WINDOWS // Necessary for proper boolean type declaration #include "qertypes.h" @@ -77,8 +76,7 @@ typedef struct tagRECT long right; long bottom; } RECT, *PRECT, *LPRECT; - -#endif // __linux__ +#endif // !GDEF_OS_WINDOWS // plugin // FIXME TTimo: drop this