blob: 976b46935bab5998d54ecc7cacf797550a7514e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ae,v 1.8 2007/03/23 12:51:13 recht Exp $
--- common/unicode/umachine.h.orig 2006-02-07 02:54:16.000000000 +0100
+++ common/unicode/umachine.h
@@ -43,7 +43,7 @@
#if defined(U_PALMOS)
# include "unicode/ppalmos.h"
-#elif defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
+#elif (defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)) && !defined(__NetBSDPE__)
# include "unicode/pwin32.h"
#else
# include "unicode/platform.h"
|