changeset 18870:6f2e068cf629

Fix #2344.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 11 Aug 2007 04:15:11 +0000
parents 5dc587a877d6
children 2e41a68009ba
files finch/libgnt/wms/s.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/finch/libgnt/wms/s.c	Sat Aug 11 04:13:11 2007 +0000
+++ b/finch/libgnt/wms/s.c	Sat Aug 11 04:15:11 2007 +0000
@@ -15,6 +15,10 @@
 
 #define TYPE_S				(s_get_gtype())
 
+#ifdef _S
+#undef _S
+#endif
+
 typedef struct _S
 {
 	GntWM inherit;