fix for mingw-clang sdl build (nw)

This commit is contained in:
Miodrag Milanovic 2015-04-06 14:09:09 +02:00
parent 9eafc36819
commit cdc1fb2bee

View File

@ -31,7 +31,7 @@ extern int utf8_main(int argc, char *argv[]);
#undef main
#undef wmain
#endif
#ifdef UNICODE
extern "C" int _tmain(int argc, TCHAR **argv)
{
int i, rc;
@ -58,3 +58,4 @@ extern "C" int _tmain(int argc, TCHAR **argv)
return rc;
}
#endif