From: Bodo Möller Date: Thu, 12 Aug 1999 10:03:05 +0000 (+0000) Subject: Remove -DWINDOWS in debug configuration. X-Git-Tag: OpenSSL_0_9_5beta1~582 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=99cc4f075ca4a59c0cd3dafa14b23de3e8e8f771 Remove -DWINDOWS in debug configuration. Submitted by: Erik Johannisson --- diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index 6db1c9fe23..046f0e253c 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -22,7 +22,7 @@ $inc_def="inc32"; if ($debug) { - $cflags=" /MDd /W3 /WX /Zi /Yd /Od /nologo -DWINDOWS -DWIN32 -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDEBUG"; + $cflags=" /MDd /W3 /WX /Zi /Yd /Od /nologo -DWIN32 -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDEBUG"; $lflags.=" /debug"; $mlflags.=' /debug'; }