summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-11-02 18:07:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-11-02 18:07:30 +0000
commitdf500c58e3444bfdd2437855ea268d802281b50e (patch)
tree391920795bba4d59f11e93c5c82fea02cbf81cca /win32
parentbf5919621049e6d5229a5c77b669902ff0888f67 (diff)
downloadperl-df500c58e3444bfdd2437855ea268d802281b50e.tar.gz
Quoted-printable is evil.
p4raw-id: //depot/perl@21619
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.h2
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