aboutsummaryrefslogtreecommitdiff
path: root/riddle
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-22 17:14:14 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2013-01-22 17:14:14 +0000
commit44e4dadbfdd1118ff5a64d6195eaa168c29405a3 (patch)
treedcc1567f770147cc60635288818fa626e286f8f4 /riddle
parenteae942b7b4ed36f5f43edd20ae6abd9e923b96c0 (diff)
replace MSW with proper macro: _WIN32 (http://msdn.microsoft.com/en-us/library/ff540443.aspx)
svn path=/trunk/externals/miXed/; revision=16955
Diffstat (limited to 'riddle')
-rw-r--r--riddle/riddle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/riddle/riddle.c b/riddle/riddle.c
index 1348413..d5f97f9 100644
--- a/riddle/riddle.c
+++ b/riddle/riddle.c
@@ -91,7 +91,7 @@ void riddlebug_post(t_riddle *rd, char *pfx, char *fmt, ...)
}
else fprintf(stderr, "%s \"%s\" (%x)\n",
pfx, class_getname(*(t_pd *)rd), (int)rd);
-#ifdef MSW
+#ifdef _WIN32
fflush(stderr);
#endif
}