From 35f55b7927acf1e4543daa8e89be2ef9bf144a5d Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 23 Feb 2010 19:10:16 +0000 Subject: changed manual MSW macro to automatic _WIN32 svn path=/trunk/externals/moonlib/; revision=13188 --- ssaw~.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ssaw~.c') diff --git a/ssaw~.c b/ssaw~.c index 9c74ea1..c91b0f1 100644 --- a/ssaw~.c +++ b/ssaw~.c @@ -34,7 +34,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #define LOWOFFSET 1 /* word offset to find LSB */ #define int32 long /* a data type that has 32 bits */ #else -#ifdef MSW +#ifdef _WIN32 /* little-endian; most significant byte is at highest address */ #define HIOFFSET 1 #define LOWOFFSET 0 @@ -79,7 +79,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #endif /* __APPLE__ */ #endif /* __linux__ */ -#endif /* MSW */ +#endif /* _WIN32 */ #endif /* SGI */ union tabfudge -- cgit v1.2.1