diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2010-01-22 15:38:57 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2010-01-22 15:39:44 (GMT) |
commit | 08ff927d675532e4b8b9fef616194dfd0200b7c7 (patch) | |
tree | 3a35665a75045752eb43b6960a80e725a6d7954e /src/gui/dialogs | |
parent | 91eec1a5c15d53b9f66349430187785dd03d5ddd (diff) | |
download | Qt-08ff927d675532e4b8b9fef616194dfd0200b7c7.zip Qt-08ff927d675532e4b8b9fef616194dfd0200b7c7.tar.gz Qt-08ff927d675532e4b8b9fef616194dfd0200b7c7.tar.bz2 |
Build fix for wince
Diffstat (limited to 'src/gui/dialogs')
-rw-r--r-- | src/gui/dialogs/qfiledialog_win.cpp | 2 | ||||
-rw-r--r-- | src/gui/dialogs/qfiledialog_win_p.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/dialogs/qfiledialog_win.cpp b/src/gui/dialogs/qfiledialog_win.cpp index f8c3b84..3bfeb03 100644 --- a/src/gui/dialogs/qfiledialog_win.cpp +++ b/src/gui/dialogs/qfiledialog_win.cpp @@ -53,6 +53,7 @@ #include <qdir.h> #include <qstringlist.h> #include <qlibrary.h> +#include "qfiledialog_win_p.h" #ifndef QT_NO_THREAD # include <private/qmutexpool_p.h> @@ -62,7 +63,6 @@ #include <commdlg.h> bool qt_priv_ptr_valid = false; #else -#include "qfiledialog_win_p.h" //we have to declare them here because they're not present for all SDK/compilers static const IID QT_IID_IFileOpenDialog = {0xd57c7288, 0xd4ad, 0x4768, {0xbe, 0x02, 0x9d, 0x96, 0x95, 0x32, 0xd9, 0x60} }; static const IID QT_IID_IShellItem = {0x43826d1e, 0xe718, 0x42ee, {0xbc, 0x55, 0xa1, 0xe2, 0x61, 0xc3, 0x7b, 0xfe} }; diff --git a/src/gui/dialogs/qfiledialog_win_p.h b/src/gui/dialogs/qfiledialog_win_p.h index ad3bc14..39e6f5d 100644 --- a/src/gui/dialogs/qfiledialog_win_p.h +++ b/src/gui/dialogs/qfiledialog_win_p.h @@ -41,6 +41,7 @@ #include <objbase.h> #ifndef QFILEDIAG_WIN_P_H +#define QFILEDIAG_WIN_P_H //these are the interface declarations needed for the file dialog on Vista and up |