From 2acdf555485edf0a5896d813209ca95159947db1 Mon Sep 17 00:00:00 2001 From: "Xawotihs@gmail.com" Date: Sun, 15 Apr 2012 11:51:18 +0000 Subject: [PATCH] Fixed compilation on Windows with gcc --- JGE/src/pc/JGfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JGE/src/pc/JGfx.cpp b/JGE/src/pc/JGfx.cpp index c259bc757..331432f54 100644 --- a/JGE/src/pc/JGfx.cpp +++ b/JGE/src/pc/JGfx.cpp @@ -35,7 +35,7 @@ extern "C" { #include "../../include/JFileSystem.h" #include "../../include/JAssert.h" -#ifdef WIN32 +#if (defined WIN32) && (!defined QT_CONFIG) #ifndef __attribute__ #define __attribute__((a)) #endif