X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/4388f060552cc537e71e957d32f35e9d75a61233..ef6cf650f4a75c3f97de06b51fa104f2069b9ea2:/icuSources/tools/toolutil/filetools.cpp?ds=sidebyside diff --git a/icuSources/tools/toolutil/filetools.cpp b/icuSources/tools/toolutil/filetools.cpp index 7f560f6c..238ef7ba 100644 --- a/icuSources/tools/toolutil/filetools.cpp +++ b/icuSources/tools/toolutil/filetools.cpp @@ -1,9 +1,16 @@ /****************************************************************************** - * Copyright (C) 2009-2011, International Business Machines + * Copyright (C) 2009-2013, International Business Machines * Corporation and others. All Rights Reserved. ******************************************************************************* */ +#if U_PLATFORM == U_PF_MINGW +// *cough* - for struct stat +#ifdef __STRICT_ANSI__ +#undef __STRICT_ANSI__ +#endif +#endif + #include "filetools.h" #include "filestrm.h" #include "cstring.h"