Re: [Mingw-w64-public] [PATCH 2/2] crt: Provide __acrt_iob_func and __p___argv without the __imp_ prefix

2017-11-11 Thread Kai Tietz via Mingw-w64-public
Patch is Ok. Thanks Kai 2017-11-10 10:03 GMT+01:00 Martin Storsjö : > Some object files in the crt build were previously built with _CRTBLD, > but not all of them. This lead to these wrappers not defining the > unprefixed function (since that would cause warnings about

[Mingw-w64-public] [PATCH 2/2] crt: Provide __acrt_iob_func and __p___argv without the __imp_ prefix

2017-11-10 Thread Martin Storsjö
Some object files in the crt build were previously built with _CRTBLD, but not all of them. This lead to these wrappers not defining the unprefixed function (since that would cause warnings about mismatched dllimport attributes). Now that we consistently build these files with _CRTBLD, we can