]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/tools/toolutil/filetools.cpp
ICU-57132.0.1.tar.gz
[apple/icu.git] / icuSources / tools / toolutil / filetools.cpp
index 7f560f6cd376051c5b657ae9e903cde63dc2d9a6..238ef7ba155004f835fbe54ce94c402c4358caad 100644 (file)
@@ -1,9 +1,16 @@
 /******************************************************************************
 /******************************************************************************
- *   Copyright (C) 2009-2011, International Business Machines
+ *   Copyright (C) 2009-2013, International Business Machines
  *   Corporation and others.  All Rights Reserved.
  *******************************************************************************
  */
 
  *   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"
 #include "filetools.h"
 #include "filestrm.h"
 #include "cstring.h"