Define WINDOWS.
authorBodo Möller <bodo@openssl.org>
Thu, 20 Jan 2000 23:08:07 +0000 (23:08 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 20 Jan 2000 23:08:07 +0000 (23:08 +0000)
util/pl/Mingw32.pl

index 84c2a22db30465b50d98cb729334d17f3d1c4e75..681a4552eaf6db3f9bfc213d88763e4188237f7b 100644 (file)
@@ -19,7 +19,7 @@ $cc='gcc';
 if ($debug)
        { $cflags="-g2 -ggdb"; }
 else
 if ($debug)
        { $cflags="-g2 -ggdb"; }
 else
-       { $cflags="-DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall"; }
+       { $cflags="-DL_ENDIAN -DWINDOWS -fomit-frame-pointer -O3 -m486 -Wall"; }
 
 $obj='.o';
 $ofile='-o ';
 
 $obj='.o';
 $ofile='-o ';