$NetBSD: patch-ae,v 1.6 2005/03/27 10:27:21 recht Exp $

--- common/unicode/umachine.h.orig	Tue Jun 22 23:03:34 2004
+++ common/unicode/umachine.h	Sun Feb 27 14:15:50 2005
@@ -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"
 #else
 #   include "unicode/platform.h"
