summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/polyp/mainloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polyp/mainloop.c b/src/polyp/mainloop.c
index 71ea9bc4..a694c144 100644
--- a/src/polyp/mainloop.c
+++ b/src/polyp/mainloop.c
@@ -323,7 +323,7 @@ pa_mainloop *pa_mainloop_new(void) {
m = pa_xmalloc(sizeof(pa_mainloop));
-#ifndef OS_ISWIN32
+#ifndef OS_IS_WIN32
if (pipe(m->wakeup_pipe) < 0) {
pa_xfree(m);
return NULL;