Commit 6160e0ea authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcp140: Remove custom standard streams definition.

parent 197a37fe
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment