mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-13 06:12:49 -06:00
Bug #44
git-svn-id: svn://ultimatepp.org/upp/trunk@3273 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
cc4f1a7d6c
commit
8e1eb52d63
1 changed files with 7 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue