Module: wine Branch: master Commit: 6160e0ea58358d81ae39ff275772b052acda59b5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6160e0ea58358d81ae39ff275...
Author: Piotr Caban piotr@codeweavers.com Date: Fri Mar 20 14:32:30 2020 +0100
msvcp140: Remove custom standard streams definition.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcp90/ios.c | 10 ---------- 1 file changed, 10 deletions(-)
diff --git a/dlls/msvcp90/ios.c b/dlls/msvcp90/ios.c index a632659f9a..8513965dd7 100644 --- a/dlls/msvcp90/ios.c +++ b/dlls/msvcp90/ios.c @@ -35,16 +35,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(msvcp); #define TICKSPERSEC 10000000 #define TICKS_1601_TO_1970 (SECS_1601_TO_1970 * TICKSPERSEC)
-#if _MSVCP_VER >= 140 -FILE* __cdecl __acrt_iob_func(unsigned); -#undef stdin -#undef stdout -#undef stderr -#define stdin __acrt_iob_func(STDIN_FILENO) -#define stdout __acrt_iob_func(STDOUT_FILENO) -#define stderr __acrt_iob_func(STDERR_FILENO) -#endif - /* ?_Index@ios_base@std@@0HA */ int ios_base_Index = 0; /* ?_Sync@ios_base@std@@0_NA */