msvcp140: Remove custom standard streams definition.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Piotr Caban 2020-03-20 14:32:30 +01:00 committed by Alexandre Julliard
parent 197a37fe4c
commit 6160e0ea58
1 changed files with 0 additions and 10 deletions

View File

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