diff options
Diffstat (limited to 'toxy')
-rw-r--r-- | toxy/plustot.env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxy/plustot.env.c b/toxy/plustot.env.c index ba28bbb..155ff8c 100644 --- a/toxy/plustot.env.c +++ b/toxy/plustot.env.c @@ -7,7 +7,7 @@ #ifdef UNIX #include <unistd.h> #endif -#ifdef NT +#ifdef _WIN32 #include <io.h> #endif #include "m_pd.h" |