From: Ulf Möller Date: Tue, 8 Jun 1999 14:50:20 +0000 (+0000) Subject: Prevent name conflicts. X-Git-Tag: OpenSSL_0_9_4~218 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=f439123f38f2326e7a7cfd87cedb914dc28ae17b Prevent name conflicts. Submitted by: Janez Jere --- diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl index 1014fd1fe2..a62cce37bc 100644 --- a/util/pl/BC-32.pl +++ b/util/pl/BC-32.pl @@ -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) {