Prevent name conflicts.
authorUlf Möller <ulf@openssl.org>
Tue, 8 Jun 1999 14:50:20 +0000 (14:50 +0000)
committerUlf Möller <ulf@openssl.org>
Tue, 8 Jun 1999 14:50:20 +0000 (14:50 +0000)
Submitted by: Janez Jere <jj@void.si>

util/pl/BC-32.pl

index 1014fd1fe2a79e8a5fa1d18d7ba8245dabc0905a..a62cce37bc24c1cfc3d24bac0b80bcaee337671a 100644 (file)
@@ -19,7 +19,7 @@ $out_def="out32";
 $tmp_def="tmp32";
 $inc_def="inc32";
 #enable max error messages, disable most common warnings
-$cflags="-DNOCRYPT -j255 -w-aus -w-par -w-inl  -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
+$cflags="-DWIN32_LEAN_AND_MEAN -j255 -w-aus -w-par -w-inl  -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
 $dcflags='n';
 if ($debug)
 {