Update Borland C++ builder support.
authorBodo Möller <bodo@openssl.org>
Mon, 25 Oct 1999 21:38:43 +0000 (21:38 +0000)
committerBodo Möller <bodo@openssl.org>
Mon, 25 Oct 1999 21:38:43 +0000 (21:38 +0000)
Submitted by: Janez Jere <jj@void.si>

e_os.h
util/pl/BC-32.pl

diff --git a/e_os.h b/e_os.h
index 61ff56eec7ef78595fdbb2180376aed4cf1b9773..96ce4cf91961cce51432febfad79feb9961a1e75 100644 (file)
--- 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)
index 09c45a21a6becbbd95e743b475f3c0221e4997ac..df6e2c742e437f4ed08b83f4356d44bb824f282f 100644 (file)
@@ -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";