aboutsummaryrefslogtreecommitdiff
path: root/ftos.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-24 23:05:22 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-09-24 23:05:22 +0000
commit3a7e12ea0f7a96e74d4b9b4431314e0f5720590d (patch)
tree213438334abfed7bb9c4137780f4ab2b51d90562 /ftos.c
parent090323d7f7012084632c13b9ffdd88ce8817618a (diff)
MinGW cleanups
svn path=/trunk/externals/ext13/; revision=6013
Diffstat (limited to 'ftos.c')
-rw-r--r--ftos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftos.c b/ftos.c
index ee0d3d0..af91b78 100644
--- a/ftos.c
+++ b/ftos.c
@@ -2,7 +2,7 @@
#include "m_pd.h"
#include <sys/stat.h>
#include <stdio.h>
-#ifndef NT
+#ifndef _WIN32
#include <unistd.h>
#endif
#include <string.h>