Allow build wxNotificationMessage without OLE support (wxUSE_OLE==0)
WinRT implementation of wxNotificationMessage can be decoupled from OLE utilities because actually only IUnknown interface implementation is required.
This commit is contained in:
@@ -377,15 +377,6 @@
|
|||||||
# define wxUSE_DRAG_AND_DROP 0
|
# define wxUSE_DRAG_AND_DROP 0
|
||||||
# endif
|
# endif
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if wxUSE_NOTIFICATION_MESSAGE && wxUSE_WINRT
|
|
||||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
|
||||||
# error "wxUSE_NOTIFICATION_MESSAGE requires wxUSE_OLE"
|
|
||||||
# else
|
|
||||||
# undef wxUSE_NOTIFICATION_MESSAGE
|
|
||||||
# define wxUSE_NOTIFICATION_MESSAGE 0
|
|
||||||
# endif
|
|
||||||
# endif
|
|
||||||
#endif /* !wxUSE_OLE */
|
#endif /* !wxUSE_OLE */
|
||||||
|
|
||||||
#if !wxUSE_ACTIVEX
|
#if !wxUSE_ACTIVEX
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
#include "wx/msw/rt/utils.h"
|
#include "wx/msw/rt/utils.h"
|
||||||
#include "wx/msw/private/comptr.h"
|
#include "wx/msw/private/comptr.h"
|
||||||
#include "wx/msw/wrapshl.h"
|
#include "wx/msw/wrapshl.h"
|
||||||
#include "wx/msw/ole/oleutils.h"
|
#include "wx/msw/ole/comimpl.h"
|
||||||
|
|
||||||
#include "wx/filename.h"
|
#include "wx/filename.h"
|
||||||
#include "wx/stdpaths.h"
|
#include "wx/stdpaths.h"
|
||||||
|
Reference in New Issue
Block a user