diff options
Diffstat (limited to 'cyclone/shadow/dummies.c')
-rw-r--r-- | cyclone/shadow/dummies.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cyclone/shadow/dummies.c b/cyclone/shadow/dummies.c index f55c683..18ce3e8 100644 --- a/cyclone/shadow/dummies.c +++ b/cyclone/shadow/dummies.c @@ -6,7 +6,7 @@ #ifdef UNIX #include <unistd.h> #endif -#ifdef NT +#ifdef _WIN32 #include <io.h> #endif #include "m_pd.h" |