We no longer use isascii(), so we don't need to define it with MSVC.

This commit is contained in:
Guy Harris 2019-09-01 16:15:31 -07:00
parent 9a6a650241
commit a96b0d2174

View File

@ -162,7 +162,6 @@
* by adding a preceding underscore; we *want* the UN*Xisms, so add
* #defines to let us use them.
*/
#define isascii __isascii
#define isatty _isatty
#define stat _stat
#define strdup _strdup