mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-4419 Fix a compiler warning on MinGW.
X-SVN-Rev: 17326
This commit is contained in:
parent
2a878ef9b0
commit
d7896d1b52
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
#include "cstring.h"
|
||||
#include "cmemory.h"
|
||||
|
||||
#ifdef U_WINDOWS
|
||||
#if defined(U_WINDOWS) && !defined(fileno)
|
||||
/* Windows likes to rename Unix-like functions */
|
||||
#define fileno _fileno
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue