Trying to get it compiling on Mac OS X

This commit is contained in:
Eduardo Bart
2013-02-05 19:03:18 -02:00
parent 86d06057ca
commit 637b6ceca2
5 changed files with 12 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
* THE SOFTWARE.
*/
#ifdef __linux
#ifndef WIN32
#include "crashhandler.h"
#include <framework/global.h>

View File

@@ -20,7 +20,7 @@
* THE SOFTWARE.
*/
#ifdef __linux
#ifndef WIN32
#include "platform.h"
#include <fstream>

View File

@@ -20,7 +20,7 @@
* THE SOFTWARE.
*/
#ifdef __linux
#ifndef WIN32
#include "x11window.h"
#include <framework/core/resourcemanager.h>