Commit 6e47b169 authored by Alexandre Julliard's avatar Alexandre Julliard

msvcp90: Work around Mingw duplicate encode/decode_pointer definition.

parent b6e5496d
......@@ -122,3 +122,8 @@ __int64 * __cdecl std_Fpz_func(void)
{
return &std_Fpz;
}
#if defined(__MINGW32__) && _MSVCP_VER >= 80 && _MSVCP_VER <= 90
/* Hack: prevent Mingw from importing mingw_helpers.o which conflicts with encode/decode_pointer */
int mingw_app_type = 0;
#endif
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