Unconditionally define IID_IShellItem in wxMSW sources.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 May 2012 14:24:51 +0000 (14:24 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 9 May 2012 14:24:51 +0000 (14:24 +0000)
commitf797518e8f30a98cf778a84c23132b77869c0e60
tree4230f3a2821613905d19da87d725cf61a3f99f40
parent1e20681c9e71a8ed8bb2822015f341253a0ba60d
Unconditionally define IID_IShellItem in wxMSW sources.

This GUID may not be defined in uuid.lib even when
__IShellItem_INTERFACE_DEFINED__ is defined in the headers, so just define it
always to avoid any problems.

Closes #14244.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@71395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/dirdlg.cpp