From d3ee7d49998c967ebaef58abaccfa11f68a81cfb Mon Sep 17 00:00:00 2001 From: Tomas Hajny Date: Tue, 27 Jan 2015 09:17:05 +0000 Subject: [PATCH] * there is no wchar.h included in EMX GCC port (but it is fortunately not needed for our testsuite) git-svn-id: trunk@29562 - --- tests/test/cg/obj/stdint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test/cg/obj/stdint.h b/tests/test/cg/obj/stdint.h index afb4a090fb..5b9a00a1e2 100644 --- a/tests/test/cg/obj/stdint.h +++ b/tests/test/cg/obj/stdint.h @@ -596,7 +596,7 @@ typedef uint_least32_t uint_fast32_t; * type limits. */ -#if defined(__WATCOMC__) || defined(_MSC_VER) || defined (__GNUC__) +#if defined(__WATCOMC__) || defined(_MSC_VER) || defined (__GNUC__) && !defined (__EMX__) # include # ifndef WCHAR_MIN # define WCHAR_MIN 0