summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-04-16 01:07:15 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-04-16 01:07:15 (GMT)
commiteb96c51c5a11c429cebc53753bc8c5d2ba4303e6 (patch)
tree9cd95e40578232c15e52870f8bac10b42bc8b346
parent95f9daf2402d5b8c92c9ca3afbd948b2310bf253 (diff)
downloadQt-eb96c51c5a11c429cebc53753bc8c5d2ba4303e6.zip
Qt-eb96c51c5a11c429cebc53753bc8c5d2ba4303e6.tar.gz
Qt-eb96c51c5a11c429cebc53753bc8c5d2ba4303e6.tar.bz2
Attempt again to fix minGW compile error, while not breaking WinCE
Reviewed-by: Andrew den Exter
-rw-r--r--src/3rdparty/phonon/ds9/qaudiocdreader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/phonon/ds9/qaudiocdreader.h b/src/3rdparty/phonon/ds9/qaudiocdreader.h
index 9049b66..eff845d 100644
--- a/src/3rdparty/phonon/ds9/qaudiocdreader.h
+++ b/src/3rdparty/phonon/ds9/qaudiocdreader.h
@@ -31,7 +31,7 @@ namespace Phonon
{
struct CDROM_TOC;
struct WaveStructure;
- extern const IID IID_ITitleInterface;
+ EXTERN_C const IID IID_ITitleInterface;
//interface for the Titles
struct ITitleInterface : public IUnknown