summaryrefslogtreecommitdiffstats
path: root/util/pl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-06-08 14:50:20 +0000
committerUlf Möller <ulf@openssl.org>1999-06-08 14:50:20 +0000
commitf439123f38f2326e7a7cfd87cedb914dc28ae17b (patch)
tree3cb3b5a964d94328466d713f0adc475998a55f7e /util/pl
parentc035b0c3b2544e22febfb6b2309eaafb93f54fb4 (diff)
Prevent name conflicts.
Submitted by: Janez Jere <jj@void.si>
Diffstat (limited to 'util/pl')
-rw-r--r--util/pl/BC-32.pl2
1 files changed, 1 insertions, 1 deletions
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)
{