New grow and skid sounds from remaxim
[supertux.git] / src / squirrel / sqstdlib / sqstdio.cpp
index 81ed732..4a0a184 100644 (file)
@@ -9,7 +9,7 @@
 //basic API
 SQFILE sqstd_fopen(const SQChar *filename ,const SQChar *mode)
 {
-#ifndef _UNICODE
+#ifndef SQUNICODE
        return (SQFILE)fopen(filename,mode);
 #else
        return (SQFILE)_wfopen(filename,mode);