Suppress Borland warning about GetVersion(). (There is no non-deprecated

substitute. Dropping GetVersion() means dropping support for Win 9x.)
This commit is contained in:
William McBrine
2018-02-13 08:46:44 -05:00
parent 37702cb9cb
commit befbfa830e

View File

@@ -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