Skip to content
GitLab
Menu
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
2f944855
Commit
2f944855
authored
Dec 01, 2009
by
Friedemann Kleint
Browse files
Compile MinGw.
parent
275146af
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/coreplugin/progressmanager/progressmanager_win.cpp
View file @
2f944855
...
@@ -35,7 +35,9 @@
...
@@ -35,7 +35,9 @@
#include "progressmanager_p.h"
#include "progressmanager_p.h"
// for windows progress bar
// for windows progress bar
#include <shobjidl.h>
#ifndef __GNUC__
# include <shobjidl.h>
#endif
// Windows 7 SDK required
// Windows 7 SDK required
#ifdef __ITaskbarList3_INTERFACE_DEFINED__
#ifdef __ITaskbarList3_INTERFACE_DEFINED__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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