Fixed compilation on Windows with gcc

This commit is contained in:
Xawotihs@gmail.com
2012-04-15 11:51:18 +00:00
parent dcb8385a68
commit 2acdf55548

View File

@@ -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