Fix build error with wxUSE_NOTIFICATION_MESSAGE==0

This commit is contained in:
Paul Cornett
2016-12-22 22:13:34 -08:00
parent 42b2675806
commit 2a371515df

View File

@@ -13,13 +13,14 @@
#pragma hdrstop #pragma hdrstop
#endif #endif
#if wxUSE_NOTIFICATION_MESSAGE && wxUSE_WINRT
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/string.h" #include "wx/string.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/msw/rt/private/notifmsg.h" #include "wx/msw/rt/private/notifmsg.h"
#if wxUSE_NOTIFICATION_MESSAGE && wxUSE_WINRT
#include "wx/notifmsg.h" #include "wx/notifmsg.h"
#include "wx/msw/rt/utils.h" #include "wx/msw/rt/utils.h"
#include "wx/msw/private/comptr.h" #include "wx/msw/private/comptr.h"
@@ -507,8 +508,6 @@ private:
wxIMPLEMENT_DYNAMIC_CLASS(wxToastNotifMsgModule, wxModule); wxIMPLEMENT_DYNAMIC_CLASS(wxToastNotifMsgModule, wxModule);
#endif // wxUSE_NOTIFICATION_MESSAGE && wxUSE_WINRT
// //
// wxToastNotificationHelper // wxToastNotificationHelper
// //
@@ -543,3 +542,5 @@ wxNotificationMessageImpl* wxToastNotificationHelper::CreateInstance(wxNotificat
return NULL; return NULL;
#endif #endif
} }
#endif // wxUSE_NOTIFICATION_MESSAGE && wxUSE_WINRT