aboutsummaryrefslogtreecommitdiff
path: root/mknob.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-11 16:40:24 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2007-07-11 16:40:24 +0000
commit3cc282dcc13295ec6e0cca8ffcf9f78784f09733 (patch)
tree5e62776207373ed1f2428c4745cc7d49637f1cc7 /mknob.c
parentd072e37faab2a7253f14165c38c7220dfc3f7685 (diff)
got the lib to compile on MinGW by ifdeffing out the failing objects. These could be ported pretty easily since it's just a question of the open() function, I think. But it's really old, funky code, so why?
svn path=/trunk/externals/moonlib/; revision=8005
Diffstat (limited to 'mknob.c')
-rw-r--r--mknob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mknob.c b/mknob.c
index 4cf5cbe..1529ab2 100644
--- a/mknob.c
+++ b/mknob.c
@@ -17,7 +17,7 @@
#include "g_all_guis.h"
#include <math.h>
-#ifdef NT
+#ifdef _WIN32
#include <io.h>
#else
#include <unistd.h>