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
This commit is contained in:
Chris Toshok
2004-04-06 01:10:37 +00:00
committed by Chris Toshok
parent 2e0dac30be
commit f647532142
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -1,3 +1,7 @@
2004-04-05 Chris Toshok <toshok@ximian.com>
* util/eab-destination.h: wrap this with the correct #ifdef.
2004-04-05 Chris Toshok <toshok@ximian.com>
* gui/merging/eab-contact-merging.c (match_query_callback): use
+2 -2
View File
@@ -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>