blob: 6c3918d2028a3b93e4b85d1973e68acd62cb05d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ak,v 1.2 2002/03/26 20:50:13 rh Exp $
--- composer/e-msg-composer.c.orig Mon Mar 18 22:01:42 2002
+++ composer/e-msg-composer.c Tue Mar 26 15:02:46 2002
@@ -93,6 +93,10 @@
#define GNOME_GTKHTML_EDITOR_CONTROL_ID "OAFIID:GNOME_GtkHTML_Editor"
+#ifdef send
+#undef send
+#endif
+
#define DEFAULT_WIDTH 600
#define DEFAULT_HEIGHT 500
|