From b6b1f0d0aaaecfdc2ebfd613df6122b0bc922165 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Mon, 25 Oct 1999 21:38:43 +0000 Subject: [PATCH] Update Borland C++ builder support. Submitted by: Janez Jere --- e_os.h | 1 + util/pl/BC-32.pl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/e_os.h b/e_os.h index 61ff56eec7..96ce4cf919 100644 --- a/e_os.h +++ b/e_os.h @@ -187,6 +187,7 @@ extern "C" { #define _O_TEXT O_TEXT #define _O_BINARY O_BINARY #define _int64 __int64 +#define _kbhit kbhit #endif #if defined(WIN16) && !defined(MONOLITH) && defined(SSLEAY) && defined(_WINEXITNOPERSIST) diff --git a/util/pl/BC-32.pl b/util/pl/BC-32.pl index 09c45a21a6..df6e2c742e 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="-DWIN32_LEAN_AND_MEAN -j255 -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN "; +$cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN "; if ($debug) { $cflags.="-Od -y -v -vi- -D_DEBUG"; -- 2.25.1