prefer _WIN32 over WIN32.

This commit is contained in:
Kelvin Sherlock 2019-02-23 17:33:38 -05:00
parent 69bc724ae8
commit 67b187e70b

View File

@ -1259,7 +1259,7 @@ void do_go() {
int ret;
int ok;
#ifndef WIN32
#ifndef _WIN32
/* if -g flag, start with debug shell ... */
if (isatty(STDIN_FILENO)) {
struct sigaction sa;