summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm_core.h b/vm_core.h
index 9db99fe03b..cf2dde01b1 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -101,7 +101,7 @@
#endif
/* platforms with broken or non-existent SIGCHLD work by polling */
-#if defined(__APPLE__) || defined(__WIN32__)
+#if defined(__APPLE__) || defined(__WIN32__) || defined(_WIN32)
# define SIGCHLD_LOSSY (1)
#else
# define SIGCHLD_LOSSY (0)