aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-22 17:24:49 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-22 17:24:49 +0000
commit886e1012372ea48f4946f40ad9dee577389b76f2 (patch)
treef0fdaaae105547126c7a391e7cf6137dc42d30ed
parent7ea80b48f011701949d79310ff33f7643e10d843 (diff)
replace NT with proper macro: _WIN32 (http://msdn.microsoft.com/en-us/library/ff540443.aspx)
svn path=/trunk/externals/miXed/; revision=16959
-rw-r--r--shared/shared.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/shared.h b/shared/shared.h
index c779d96..ff010eb 100644
--- a/shared/shared.h
+++ b/shared/shared.h
@@ -56,7 +56,7 @@ typedef u_int8_t uchar;
#endif
#endif
-#ifdef NT
+#ifdef _WIN32
#ifndef int32
typedef long int32;
#endif