blob: c465112a32acba06929a1bd4617c3f4ce41b800e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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"
|