Debugger: Fix compilation MinGW.

This commit is contained in:
Friedemann Kleint
2010-09-03 14:59:33 +02:00
parent 23a5f173b1
commit de46b4401c

View File

@@ -39,9 +39,12 @@
#include <QtGui/QMessageBox>
#ifdef Q_OS_WIN
# ifdef __GNUC__ // Required for OpenThread under MinGW
# define _WIN32_WINNT 0x0502
# endif // __GNUC__
# include <windows.h>
# include <utils/winutils.h>
#endif
#endif // Q_OS_WIN
namespace Debugger {
namespace Internal {