summaryrefslogtreecommitdiff
path: root/test/testfile.c
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2011-01-20 18:04:05 -0800
committerSam Lantinga <slouken@libsdl.org>2011-01-20 18:04:05 -0800
commit6248432e8444c6cfa96f5e6caa80aa9744284a60 (patch)
tree37ace72bd41ab4ef75606d7f2f8df7b340690db0 /test/testfile.c
parentdba03e01bcfc2e87c5b194ed2082a9311672daac (diff)
downloadsdl-6248432e8444c6cfa96f5e6caa80aa9744284a60.tar.gz
Fixed bug #925
Changed "win32" to "windows"
Diffstat (limited to 'test/testfile.c')
-rw-r--r--test/testfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testfile.c b/test/testfile.c
index 0480e9f9b..6657f40ee 100644
--- a/test/testfile.c
+++ b/test/testfile.c
@@ -1,7 +1,7 @@
/* sanity tests on SDL_rwops.c (usefull for alternative implementations of stdio rwops) */
-// quiet win32 compiler warnings
+// quiet windows compiler warnings
#define _CRT_NONSTDC_NO_WARNINGS
#include <stdlib.h>