Skip to content

Commit

Permalink
Suppress Borland warning about GetVersion(). (There is no non-deprecated
Browse files Browse the repository at this point in the history
substitute. Dropping GetVersion() means dropping support for Win 9x.)
  • Loading branch information
wmcbrine committed Feb 13, 2018
1 parent 37702cb commit befbfa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wincon/Makefile.bcc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit befbfa8

Please sign in to comment.