mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4707 Partially undo last change.
X-SVN-Rev: 18802
This commit is contained in:
parent
fc836bb134
commit
bb53e14938
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
|
||||
#include "unicode/uwmsg.h"
|
||||
|
||||
#if defined(U_WINDOWS) || defined(U_CYGWIN)
|
||||
#if (defined(U_WINDOWS) || defined(U_CYGWIN)) && !defined(__STRICT_ANSI__)
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#define USE_FILENO_BINARY_MODE 1
|
||||
|
|
Loading…
Add table
Reference in a new issue