msvcp: Get rid of no longer needed hack.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Piotr Caban <piotr@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
66bfd5f40c
commit
1cc92377a1
|
@ -225,8 +225,3 @@ __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
|
||||
|
|
Loading…
Reference in New Issue