From c3ddb263315c7196b488f384b3bc82cd474c8698 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 24 Mar 2016 13:36:23 -0400 Subject: More Borland removal. And thanks to Miod Vallat for the nudge about ERR_PACK :) Reviewed-by: Richard Levitte --- e_os.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'e_os.h') diff --git a/e_os.h b/e_os.h index 212a524a15..f0a441ec8b 100644 --- a/e_os.h +++ b/e_os.h @@ -300,14 +300,6 @@ extern FILE *_imp___iob; # define OPENSSL_NO_POSIX_IO # endif -# if defined (__BORLANDC__) -# define _setmode setmode -# define _O_TEXT O_TEXT -# define _O_BINARY O_BINARY -# define _int64 __int64 -# define _kbhit kbhit -# endif - # define EXIT(n) exit(n) # define LIST_SEPARATOR_CHAR ';' # ifndef X_OK -- cgit v1.2.3