diff options
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h index d2e143624e..778dd21252 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -465,7 +465,7 @@ DllExport int win32_async_check(pTHX); #ifdef PERL_CORE /* C doesn't like repeat struct definitions */ -#if defined(__MINGW32__) && (__MINGW32_MAJOR_VERSION>=3D3) +#if defined(__MINGW32__) && (__MINGW32_MAJOR_VERSION>=3) #undef _CRTIMP #endif #ifndef _CRTIMP |