Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
de46b440
Commit
de46b440
authored
Sep 03, 2010
by
Friedemann Kleint
Browse files
Debugger: Fix compilation MinGW.
parent
23a5f173
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/termgdbadapter.cpp
View file @
de46b440
...
...
@@ -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
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment