aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sqosc~/sqosc~.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sqosc~/sqosc~.c b/sqosc~/sqosc~.c
index ee1fd2c..b625006 100644
--- a/sqosc~/sqosc~.c
+++ b/sqosc~/sqosc~.c
@@ -21,14 +21,14 @@
#define int32 long /* a data type that has 32 bits */
#endif /* IRIX */
-#ifdef MSW
+#ifdef _WIN32
/* little-endian; most significant byte is at highest address */
#define HIOFFSET 1
#define LOWOFFSET 0
#define int32 long
#include <float.h> /* for _finite */
#define finite _finite
-#endif
+#endif // _WIN32
#if defined(__FreeBSD__) || defined(__APPLE__)
#include <machine/endian.h>