X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=libs%2Fgtkutil%2Fglfont.cpp;h=afe8546e7c8dd00305c8b0b43935c875fedf7687;hb=19c67e1114f894604c3346fe1af9b015184328be;hp=e0d7f3eed96c54c7bcaab014eff8a50fb0483a2a;hpb=83e50e744e5f74521cb5b1507f369ee5014f7397;p=xonotic%2Fnetradiant.git diff --git a/libs/gtkutil/glfont.cpp b/libs/gtkutil/glfont.cpp index e0d7f3ee..afe8546e 100644 --- a/libs/gtkutil/glfont.cpp +++ b/libs/gtkutil/glfont.cpp @@ -20,6 +20,7 @@ */ #include "glfont.h" +#include "globaldefs.h" #include "igl.h" // generic string printing with call lists @@ -50,7 +51,7 @@ virtual int getPixelHeight() const { } }; -#ifdef _WIN32 +#if GDEF_OS_WINDOWS #include #endif #include "debugging/debugging.h"