mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 12:06:32 +00:00
msvcrt: Use __WINE_PE_BUILD in crt_gccmain.c.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52292 Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
adc3492107
commit
907859d7cb
1 changed files with 1 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue