X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e36a173933aaa81b28a27979c3748e8bc42ef88c..931d6a47c32a5b4c283243cb553ce71ee2b535d5:/src/gtk/hildon/notifmsg.cpp diff --git a/src/gtk/hildon/notifmsg.cpp b/src/gtk/hildon/notifmsg.cpp index 3cad17868e..50c5c4ece8 100644 --- a/src/gtk/hildon/notifmsg.cpp +++ b/src/gtk/hildon/notifmsg.cpp @@ -1,9 +1,8 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: gtk/hildon/notifmsg.cpp +// Name: src/gtk/hildon/notifmsg.cpp // Purpose: Hildon implementation of wxNotificationMessage // Author: Vadim Zeitlin // Created: 2007-11-21 -// RCS-ID: $Id$ // Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -23,7 +22,7 @@ #pragma hdrstop #endif -#if wxUSE_LIBHILDON +#if wxUSE_LIBHILDON || wxUSE_LIBHILDON2 #ifndef WX_PRECOMP #endif //WX_PRECOMP @@ -31,7 +30,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 +128,4 @@ wxNotificationMessage::~wxNotificationMessage() Close(); } -#endif // wxUSE_LIBHILDON +#endif // wxUSE_LIBHILDON || wxUSE_LIBHILDON2