$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"
