summaryrefslogtreecommitdiff
path: root/textproc/icu/patches/patch-ae
blob: 4bd6d3c17e288edc3f71ac5ccbd28ff332199ef6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.5 2003/04/10 15:32:01 kent Exp $

--- common/unicode/umachine.h.orig	2003-04-10 15:56:38.000000000 +0900
+++ common/unicode/umachine.h
@@ -41,7 +41,7 @@
 /* which are contained in the platform-specific file platform.h             */
 /*==========================================================================*/
 
-#if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
+#if (defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)) && !defined(__NetBSDPE__)
 #   include "unicode/pwin32.h"
 #elif defined(__OS400__)
 #   include "unicode/pos400.h"