diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-06 09:10:37 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-06 09:10:37 +0800 |
commit | f647532142b8ffd31af30a00e92e55716cd6a775 (patch) | |
tree | b6bc6dbb4ac5d345ad2838eb301b88c3f1d6e449 /addressbook/util | |
parent | 2e0dac30be563758445a8c7207eb5f49b3f53649 (diff) | |
download | gsoc2013-evolution-f647532142b8ffd31af30a00e92e55716cd6a775.tar.gz gsoc2013-evolution-f647532142b8ffd31af30a00e92e55716cd6a775.tar.zst gsoc2013-evolution-f647532142b8ffd31af30a00e92e55716cd6a775.zip |
wrap this with the correct #ifdef.
2004-04-05 Chris Toshok <toshok@ximian.com>
* util/eab-destination.h: wrap this with the correct #ifdef.
svn path=/trunk/; revision=25328
Diffstat (limited to 'addressbook/util')
-rw-r--r-- | addressbook/util/eab-destination.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/addressbook/util/eab-destination.h b/addressbook/util/eab-destination.h index 2c8e2abc11..1a0cbf6b5f 100644 --- a/addressbook/util/eab-destination.h +++ b/addressbook/util/eab-destination.h @@ -25,8 +25,8 @@ * USA. */ -#ifndef __E_DESTINATION_H__ -#define __E_DESTINATION_H__ +#ifndef __EAB_DESTINATION_H__ +#define __EAB_DESTINATION_H__ #include <glib.h> #include <glib-object.h> |