mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 09:39:09 +02:00
* there is no wchar.h included in EMX GCC port (but it is fortunately not needed for our testsuite)
git-svn-id: trunk@29562 -
This commit is contained in:
parent
53c943c5a1
commit
d3ee7d4999
@ -596,7 +596,7 @@ typedef uint_least32_t uint_fast32_t;
|
|||||||
* type limits.
|
* type limits.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if defined(__WATCOMC__) || defined(_MSC_VER) || defined (__GNUC__)
|
#if defined(__WATCOMC__) || defined(_MSC_VER) || defined (__GNUC__) && !defined (__EMX__)
|
||||||
# include <wchar.h>
|
# include <wchar.h>
|
||||||
# ifndef WCHAR_MIN
|
# ifndef WCHAR_MIN
|
||||||
# define WCHAR_MIN 0
|
# define WCHAR_MIN 0
|
||||||
|
Loading…
Reference in New Issue
Block a user