X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e36a173933aaa81b28a27979c3748e8bc42ef88c..fb8d7eb7a880f1f2e32d8830f9c5e12b2536e05f:/src/gtk/hildon/notifmsg.cpp diff --git a/src/gtk/hildon/notifmsg.cpp b/src/gtk/hildon/notifmsg.cpp index 3cad17868e..58011398fe 100644 --- a/src/gtk/hildon/notifmsg.cpp +++ b/src/gtk/hildon/notifmsg.cpp @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: gtk/hildon/notifmsg.cpp +// Name: src/gtk/hildon/notifmsg.cpp // Purpose: Hildon implementation of wxNotificationMessage // Author: Vadim Zeitlin // Created: 2007-11-21 @@ -23,7 +23,7 @@ #pragma hdrstop #endif -#if wxUSE_LIBHILDON +#if wxUSE_LIBHILDON || wxUSE_LIBHILDON2 #ifndef WX_PRECOMP #endif //WX_PRECOMP @@ -31,7 +31,13 @@ #include "wx/notifmsg.h" #include "wx/toplevel.h" -#include +#if wxUSE_LIBHILDON + #include +#endif // wxUSE_LIBHILDON + +#if wxUSE_LIBHILDON2 + #include +#endif // wxUSE_LIBHILDON2 // ============================================================================ // wxNotificationMessage implementation @@ -123,4 +129,4 @@ wxNotificationMessage::~wxNotificationMessage() Close(); } -#endif // wxUSE_LIBHILDON +#endif // wxUSE_LIBHILDON || wxUSE_LIBHILDON2