Skip to content
Snippets Groups Projects
Commit e5a75e8c authored by deuce's avatar deuce
Browse files

Modify to support console_main() using borland compilers.

parent 4b624692
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,7 @@ static void __cdecl cleanup_output(void)
#endif
}
#if defined(_MSC_VER) && !defined(_WIN32_WCE)
#if (defined(__BORLANDC__) || defined(_MSC_VER)) && !defined(_WIN32_WCE)
/* The VC++ compiler needs main defined */
#define console_main main
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment