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:
Jacek Caban 2020-04-24 20:15:11 +02:00 committed by Alexandre Julliard
parent 66bfd5f40c
commit 1cc92377a1
1 changed files with 0 additions and 5 deletions

View File

@ -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