Subject: MinGW-3.1.0-1 _CRTIMP definition preempting win32.h's
Message-ID: <
20031030141158.A11772@ms>
(actual patch by Abe Timmerman)
p4raw-id: //depot/perl@21617
#ifdef PERL_CORE
/* C doesn't like repeat struct definitions */
+#if defined(__MINGW32__) && (__MINGW32_MAJOR_VERSION>=3D3)
+#undef _CRTIMP
+#endif
#ifndef _CRTIMP
#define _CRTIMP __declspec(dllimport)
#endif