diff options
author | Thierry Bastian <thierry.bastian@nokia.com> | 2009-11-18 10:28:59 (GMT) |
---|---|---|
committer | Thierry Bastian <thierry.bastian@nokia.com> | 2009-11-18 10:50:05 (GMT) |
commit | 06ae2e3589752e1ad915759ac68841f92c2aa2c5 (patch) | |
tree | b2715ba3776008910daa472e11ed438f029426c5 /src/gui/dialogs/qfiledialog_win_p.h | |
parent | 24673c675db41411548e252d3718829f60149ba2 (diff) | |
download | Qt-06ae2e3589752e1ad915759ac68841f92c2aa2c5.zip Qt-06ae2e3589752e1ad915759ac68841f92c2aa2c5.tar.gz Qt-06ae2e3589752e1ad915759ac68841f92c2aa2c5.tar.bz2 |
Compilation fix for VC and file dialog
Diffstat (limited to 'src/gui/dialogs/qfiledialog_win_p.h')
-rw-r--r-- | src/gui/dialogs/qfiledialog_win_p.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gui/dialogs/qfiledialog_win_p.h b/src/gui/dialogs/qfiledialog_win_p.h index 68e6a13..6d8c7c9 100644 --- a/src/gui/dialogs/qfiledialog_win_p.h +++ b/src/gui/dialogs/qfiledialog_win_p.h @@ -39,10 +39,9 @@ ** ****************************************************************************/ -#ifndef QFILEDIAG_WIN_P_H - #include <shlobj.h> #include <objbase.h> +#if !defined(QFILEDIAG_WIN_P_H) && !defined(__shobjidl_h__) //these are the interface declarations needed for the file dialog on Vista and up |