Skip to content
Snippets Groups Projects
Commit de46b440 authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Debugger: Fix compilation MinGW.

parent 23a5f173
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment