mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 20:03:02 +01:00
We can't check for U_MINGW becaise it is defined in platform.h. Let's rollback a bit
This commit is contained in:
parent
6b8c734c32
commit
97999ee007
5
extern/icu/source/common/unicode/umachine.h
vendored
5
extern/icu/source/common/unicode/umachine.h
vendored
@ -41,8 +41,8 @@
|
||||
/* 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(U_MINGW)
|
||||
#if !defined(RC_INVOKED)
|
||||
#if (defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)) && defined(_MSC_VER)
|
||||
# include "unicode/pwin32.h"
|
||||
#elif defined(__OS400__)
|
||||
# include "unicode/pos400.h"
|
||||
@ -51,6 +51,7 @@
|
||||
#else
|
||||
# include "unicode/platform.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* ANSI C headers:
|
||||
|
Loading…
Reference in New Issue
Block a user