Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: a3aaec921c9b50eb220092214145c88a5ccc7980
https://github.com/Perl/perl5/commit/a3aaec921c9b50eb220092214145c88a5ccc7980
Author: Tomasz Konojacki <[email protected]>
Date: 2021-12-17 (Fri, 17 Dec 2021)
Changed paths:
M win32/win32.h
Log Message:
-----------
fix struct ioinfo definition for Mingw
The "#ifndef _SAFECRT_IMPL" part made sense only for no longer
supported versions of Visual C++, but
92ca2349051b948d915e3fc721e3cbb97e7271e2 has accidentally exposed it
to Mingw builds.