Fix compilation under MacOS/Linux

This commit is contained in:
Abs62 2014-04-18 16:33:44 +04:00
parent 67227eda6b
commit 4e065d9204
2 changed files with 2 additions and 4 deletions

View file

@ -10,8 +10,6 @@
#include <QMessageBox>
#include <qalgorithms.h>
#include <windows.h>
namespace FTS
{

View file

@ -47,8 +47,6 @@
#define gdStoreNormalGeometryEvent ( ( QEvent::Type )( QEvent::User + 1 ) )
#define gdApplyNormalGeometryEvent ( ( QEvent::Type )( QEvent::User + 2 ) )
#define MIN_THREAD_COUNT 4
#endif
#ifdef Q_WS_X11
@ -56,6 +54,8 @@
#include <X11/Xlib.h>
#endif
#define MIN_THREAD_COUNT 4
using std::set;
using std::wstring;
using std::map;