X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=libs%2Fgtkutil%2Fglfont.cpp;fp=libs%2Fgtkutil%2Fglfont.cpp;h=afe8546e7c8dd00305c8b0b43935c875fedf7687;hb=0f2e4b773715b05595f1c149d99fcc4795e01948;hp=e0d7f3eed96c54c7bcaab014eff8a50fb0483a2a;hpb=83113718a4fb6a8e2318841f16f8a0b0eb85675c;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"