Explorar o código

* there is no wchar.h included in EMX GCC port (but it is fortunately not needed for our testsuite)

git-svn-id: trunk@29562 -
Tomas Hajny %!s(int64=10) %!d(string=hai) anos
pai
achega
d3ee7d4999
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/test/cg/obj/stdint.h

+ 1 - 1
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 <wchar.h>
 # ifndef WCHAR_MIN
 #  define WCHAR_MIN 0