(svn r26772) -Cleanup [Squirrel]: remove traces to SQUNICODE define
This commit is contained in:
4
src/3rdparty/squirrel/sqstdlib/sqstdio.cpp
vendored
4
src/3rdparty/squirrel/sqstdlib/sqstdio.cpp
vendored
@@ -9,11 +9,7 @@
|
||||
//basic API
|
||||
SQFILE sqstd_fopen(const SQChar *filename ,const SQChar *mode)
|
||||
{
|
||||
#ifndef SQUNICODE
|
||||
return (SQFILE)fopen(filename,mode);
|
||||
#else
|
||||
return (SQFILE)_wfopen(filename,mode);
|
||||
#endif
|
||||
}
|
||||
|
||||
SQInteger sqstd_fread(void* buffer, SQInteger size, SQInteger count, SQFILE file)
|
||||
|
Reference in New Issue
Block a user