SDL: Breaks on windows.

This commit is contained in:
wowzaman12 2015-03-27 20:01:33 +00:00
parent 5b26c209e9
commit b31989e82f
1 changed files with 0 additions and 12 deletions

View File

@ -2407,18 +2407,6 @@ int main(int argc, char **argv)
return 0; return 0;
} }
#ifdef __WIN32__
extern "C" {
int WinMain()
{
return(main(__argc, __argv));
}
}
#endif
void systemMessage(int num, const char *msg, ...) void systemMessage(int num, const char *msg, ...)
{ {
char buffer[SYSMSG_BUFFER_SIZE*2]; char buffer[SYSMSG_BUFFER_SIZE*2];