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:
parent
30b9db0245
commit
58b76be1c2
@ -69,7 +69,8 @@
|
|||||||
#endif // broken compilers
|
#endif // broken compilers
|
||||||
|
|
||||||
#if defined(__POCKETPC__) || defined(__SMARTPHONE__)
|
#if defined(__POCKETPC__) || defined(__SMARTPHONE__)
|
||||||
#include <aygshell.h>
|
#include <ole2.h>
|
||||||
|
#include <aygshell.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if wxUSE_OLE
|
#if wxUSE_OLE
|
||||||
|
Loading…
Reference in New Issue
Block a user