compilation fix for wxUSE_OLE==0 for WinCE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-06-20 00:23:44 +00:00
parent 30b9db0245
commit 58b76be1c2

View File

@ -69,7 +69,8 @@
#endif // broken compilers
#if defined(__POCKETPC__) || defined(__SMARTPHONE__)
#include <aygshell.h>
#include <ole2.h>
#include <aygshell.h>
#endif
#if wxUSE_OLE