blob: c002ef4d90a1fb525e57b87c220ef7bc15cbfdf6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$NetBSD: patch-ad,v 1.1 2000/10/16 15:14:23 rh Exp $
--- wv.h.orig Mon Oct 16 15:35:58 2000
+++ wv.h
@@ -109,7 +109,11 @@
S32 y;
}POINT;
#else
+#define read_32ubit wmf_read_32ubit
+#define read_16ubit wmf_read_16ubit
# include <wmfapi.h>
+#undef read_32ubit
+#undef read_16ubit
#endif
|