aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/chord.c2
-rw-r--r--src/gestalt.c2
-rw-r--r--src/rhythm.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/chord.c b/src/chord.c
index 142576c..a1839d3 100644
--- a/src/chord.c
+++ b/src/chord.c
@@ -25,7 +25,7 @@
#include "m_pd.h"
#include <stdio.h>
#include <string.h>
-#ifdef UNIX
+#ifndef _WIN32
#include <stdlib.h>
#endif
diff --git a/src/gestalt.c b/src/gestalt.c
index 523edb5..3155206 100644
--- a/src/gestalt.c
+++ b/src/gestalt.c
@@ -25,7 +25,7 @@
#include "m_pd.h"
#include <math.h>
#include <stdio.h>
-#ifdef UNIX
+#ifndef _WIN32
#include <stdlib.h>
#endif
diff --git a/src/rhythm.c b/src/rhythm.c
index 1f50cf0..197a143 100644
--- a/src/rhythm.c
+++ b/src/rhythm.c
@@ -26,7 +26,7 @@
#include "m_pd.h"
#include <stdio.h>
#include <math.h>
-#ifdef UNIX
+#ifndef _WIN32
#include <stdlib.h>
#endif