From 6248aefc9601ba4a35f688e3a0aba73abbc8cf49 Mon Sep 17 00:00:00 2001 From: Peter Tissen Date: Tue, 19 Nov 2013 23:33:41 +0100 Subject: [PATCH] Windows Qt fix --- gfx_es2/draw_text.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfx_es2/draw_text.cpp b/gfx_es2/draw_text.cpp index 7161a526db..4593048498 100644 --- a/gfx_es2/draw_text.cpp +++ b/gfx_es2/draw_text.cpp @@ -12,7 +12,7 @@ #include #endif -#ifdef _WIN32 +#if defined(_WIN32) && !defined(USING_QT_UI) #define WIN32_LEAN_AND_MEAN #include