Remove -DWINDOWS in debug configuration.
authorBodo Möller <bodo@openssl.org>
Thu, 12 Aug 1999 10:03:05 +0000 (10:03 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 12 Aug 1999 10:03:05 +0000 (10:03 +0000)
Submitted by: Erik Johannisson <erik@johannisson.se>

util/pl/VC-32.pl

index 6db1c9fe23742480b3b90cf4d43a33239da88af5..046f0e253c3971a373fda65357a74cd7c4e3388a 100644 (file)
@@ -22,7 +22,7 @@ $inc_def="inc32";
 
 if ($debug)
        {
 
 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';
        }
        $lflags.=" /debug";
        $mlflags.=' /debug';
        }