22 lines
339 B
Text
22 lines
339 B
Text
$NetBSD: patch-ad,v 1.4 2003/09/03 13:21:38 adam Exp $
|
|
|
|
--- wv.h.orig 2003-05-13 00:48:59.000000000 +0200
|
|
+++ wv.h
|
|
@@ -51,7 +51,7 @@ extern "C" {
|
|
#endif
|
|
|
|
#ifndef S32
|
|
-#define S32 int
|
|
+#define S32 signed int
|
|
#endif
|
|
|
|
#ifndef U16
|
|
@@ -67,7 +67,7 @@ extern "C" {
|
|
#endif
|
|
|
|
#ifndef S8
|
|
-#define S8 char
|
|
+#define S8 signed char
|
|
#endif
|
|
|
|
|