diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-04-23 20:20:47 +0800 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-04-23 20:20:47 +0800 |
commit | 1a5e1620d3d28c2bf74d55cd02d258620c61d6b5 (patch) | |
tree | af3d15b3f2b4eddbf447de965454264de6caa038 /e-util/e-util-private.h | |
parent | 06b16e2055ee657bc62fef96029cecb4c8483521 (diff) | |
download | gsoc2013-evolution-1a5e1620d3d28c2bf74d55cd02d258620c61d6b5.tar.gz gsoc2013-evolution-1a5e1620d3d28c2bf74d55cd02d258620c61d6b5.tar.zst gsoc2013-evolution-1a5e1620d3d28c2bf74d55cd02d258620c61d6b5.zip |
Relocating EVOLUTION_BINDIR which will be used in plugin
setting Evolution comme defaut mail application on windows.
Diffstat (limited to 'e-util/e-util-private.h')
-rw-r--r-- | e-util/e-util-private.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-util-private.h b/e-util/e-util-private.h index 4503f4585e..74d01b31a3 100644 --- a/e-util/e-util-private.h +++ b/e-util/e-util-private.h @@ -35,6 +35,7 @@ #define fsync(fd) 0 +const gchar *_e_get_bindir (void) G_GNUC_CONST; const gchar *_e_get_datadir (void) G_GNUC_CONST; const gchar *_e_get_ecpsdir (void) G_GNUC_CONST; const gchar *_e_get_etspecdir (void) G_GNUC_CONST; @@ -67,6 +68,9 @@ const gchar *_e_get_uidir (void) G_GNUC_CONST; #undef PREFIX #define PREFIX _e_get_prefix () +#undef EVOLUTION_BINDIR +#define EVOLUTION_BINDIR _e_get_bindir () + #undef EVOLUTION_DATADIR #define EVOLUTION_DATADIR _e_get_datadir () |