diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-11-02 18:07:30 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-11-02 18:07:30 +0000 |
commit | df500c58e3444bfdd2437855ea268d802281b50e (patch) | |
tree | 391920795bba4d59f11e93c5c82fea02cbf81cca /win32/win32.h | |
parent | bf5919621049e6d5229a5c77b669902ff0888f67 (diff) | |
download | perl-df500c58e3444bfdd2437855ea268d802281b50e.tar.gz |
Quoted-printable is evil.
p4raw-id: //depot/perl@21619
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 |