summaryrefslogtreecommitdiff
path: root/misc/openoffice3/patches/patch-ab
blob: a51490645b4f921e6062be3676f7e220a3737c85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ab,v 1.1 2009/09/18 11:38:56 tnn Exp $

--- np_sdk/mozsrc/nptypes.h.orig	2009-09-18 12:22:10.000000000 +0200
+++ np_sdk/mozsrc/nptypes.h
@@ -0,0 +1,9 @@
+#ifndef NPTYPES_H
+#define NPTYPES_H
+#include <stdint.h>
+#include <stdbool.h>
+typedef int16_t int16;
+typedef uint16_t uint16;
+typedef int32_t int32;
+typedef uint32_t uint32;
+#endif