Commit 907859d7 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

msvcrt: Use __WINE_PE_BUILD in crt_gccmain.c.

parent adc34921
......@@ -22,7 +22,7 @@
#pragma makedep implib
#endif
#ifdef __MINGW32__
#ifdef __WINE_PE_BUILD
/* mingw compilers emit call to __main() when main() function is defined.
* it's used by crt to call global constructors and register global destructors. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment