This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[win32] hand-applied patch along with small tweaks
[perl5.git] / win32 / win32iop.h
index d77f542..ee2c2db 100644 (file)
@@ -13,7 +13,7 @@
 #endif
 #endif
 
-#ifdef _MSC_VER
+#if defined(_MSC_VER) || defined(__MINGW32__)
 #  include <sys/utime.h>
 #else
 #  include <utime.h>