git-svn-id: svn://ultimatepp.org/upp/trunk@3273 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-03-09 11:42:11 +00:00
parent cc4f1a7d6c
commit 8e1eb52d63

View file

@ -5,11 +5,13 @@
#ifdef PLATFORM_X11
#if !defined(flagNOGTK)
#include <glib.h>
#include <libnotify/notify.h>
#ifdef NOTIFY_CHECK_VERSION
#define NOTIFY_VERSION_GT_0_7_0
#endif
#include <glib.h>
#include <libnotify/notify.h>
#ifdef NOTIFY_CHECK_VERSION
#if NOTIFY_CHECK_VERSION(0,7,0)
#define NOTIFY_VERSION_GT_0_7_0
#endif
#endif
#endif
NAMESPACE_UPP