Jacek Caban : msvcp: Get rid of no longer needed hack.

Alexandre Julliard julliard at winehq.org
Mon Apr 27 15:19:29 CDT 2020


Module: wine
Branch: master
Commit: 1cc92377a16fb1316cd3d7d28a84c11485c67981
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1cc92377a16fb1316cd3d7d28a84c11485c67981

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Fri Apr 24 20:15:11 2020 +0200

msvcp: Get rid of no longer needed hack.

Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Piotr Caban <piotr at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/msvcp90/msvcp_main.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dlls/msvcp90/msvcp_main.c b/dlls/msvcp90/msvcp_main.c
index 816a95c29e..e33fc6434f 100644
--- a/dlls/msvcp90/msvcp_main.c
+++ b/dlls/msvcp90/msvcp_main.c
@@ -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




More information about the wine-cvs mailing list