]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix for wxUSE_OLE==0 for WinCE
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Jun 2005 00:23:44 +0000 (00:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 20 Jun 2005 00:23:44 +0000 (00:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/app.cpp

index 529d6688c06d53e604c2718793ed0223cb449f66..5723a87d057655dff73ee6712829162a9ed9b562 100644 (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