Fixed compilation of the Qt frontend with latest scroll changes

fixed Qt project compilation with Mingw on Windows
This commit is contained in:
Xawotihs@gmail.com
2012-01-26 23:17:40 +00:00
parent c56d907eb5
commit b9a52ab447
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include <boost/shared_ptr.hpp>
#if defined (IOS) || defined (ANDROID)
#if defined (IOS) || defined (ANDROID) || defined (QT_CONFIG)
#define TOUCH_ENABLED
#endif
+1 -1
View File
@@ -1,7 +1,7 @@
#ifndef _DEBUG_H_
#define _DEBUG_H_
#if WIN32
#if (defined WIN32) && (!defined QT_CONFIG)
#define snprintf sprintf_s
#endif