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:
parent
197a37fe4c
commit
6160e0ea58
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue