summaryrefslogtreecommitdiffstats
path: root/src/gui/util
diff options
context:
space:
mode:
authorThierry Bastian <thierry.bastian@nokia.com>2009-11-17 13:41:30 (GMT)
committerThierry Bastian <thierry.bastian@nokia.com>2009-11-17 13:42:29 (GMT)
commitf784f862a0242961d88650dd119becfb1a439072 (patch)
tree5290c921d5d045b797f93e3b45f8f154d5c12e8a /src/gui/util
parent4c7d869bc103de36b5a97dd50f323f7af680656e (diff)
downloadQt-f784f862a0242961d88650dd119becfb1a439072.zip
Qt-f784f862a0242961d88650dd119becfb1a439072.tar.gz
Qt-f784f862a0242961d88650dd119becfb1a439072.tar.bz2
Remove mingw specific ifdefs after upgrade to mingw-gcc 4.4
Diffstat (limited to 'src/gui/util')
-rw-r--r--src/gui/util/qdesktopservices_win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/util/qdesktopservices_win.cpp b/src/gui/util/qdesktopservices_win.cpp
index c0bd5e7..39443f2 100644
--- a/src/gui/util/qdesktopservices_win.cpp
+++ b/src/gui/util/qdesktopservices_win.cpp
@@ -59,7 +59,7 @@
# endif
#endif
-#if defined(Q_CC_MINGW) && !defined(CSIDL_MYMUSIC)
+#ifndef CSIDL_MYMUSIC
#define CSIDL_MYMUSIC 13
#define CSIDL_MYVIDEO 14
#endif