aboutsummaryrefslogtreecommitdiff
path: root/wavinfo.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 /wavinfo.c
parent090323d7f7012084632c13b9ffdd88ce8817618a (diff)
MinGW cleanups
svn path=/trunk/externals/ext13/; revision=6013
Diffstat (limited to 'wavinfo.c')
-rw-r--r--wavinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wavinfo.c b/wavinfo.c
index db7188c..9d5c20d 100644
--- a/wavinfo.c
+++ b/wavinfo.c
@@ -9,7 +9,7 @@
#include <stdio.h>
#include <string.h>
#include <fcntl.h>
-#ifndef NT
+#ifndef _WIN32
#include <sys/mman.h>
#endif