ICU-4419 Fix a compiler warning on MinGW.

X-SVN-Rev: 17326
This commit is contained in:
George Rhoten 2005-03-11 08:39:20 +00:00
parent 2a878ef9b0
commit d7896d1b52

View file

@ -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