blob: 7c22d2e771c0997e6eb056989ed16781c8c3dd97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-af,v 1.1.1.1 2004/05/03 00:38:34 dmcmahill Exp $
--- source/3rdparty/qmon/iconlist/IconList.c 2003-10-02 14:25:24.000000000 +0200
+++ source/3rdparty/qmon/iconlist/IconList.c 2003-09-30 16:35:21.000000000 +0200
@@ -50,6 +50,10 @@
#include <Xm/Traversal.h>
#endif
+#ifdef LesstifVersion
+#undef NeedWidePrototypes
+#endif
+
#if XmVersion >= 2000
extern void _XmResizeObject(
Widget g,
|