From befbfa830e1b9d4f32bc02b6c66bbd94696bd0da Mon Sep 17 00:00:00 2001 From: William McBrine Date: Tue, 13 Feb 2018 08:46:44 -0500 Subject: [PATCH] Suppress Borland warning about GetVersion(). (There is no non-deprecated substitute. Dropping GetVersion() means dropping support for Win 9x.) --- wincon/Makefile.bcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wincon/Makefile.bcc b/wincon/Makefile.bcc index 49a9a663..16f11ad0 100644 --- a/wincon/Makefile.bcc +++ b/wincon/Makefile.bcc @@ -18,7 +18,7 @@ PDCURSES_SRCDIR = .. osdir = $(PDCURSES_SRCDIR)\wincon -CC = bcc32c -q +CC = bcc32c -q -Xdriver -Wno-deprecated-declarations !ifdef DEBUG CFLAGS = -N -v -y -DPDCDEBUG