Revert "msvcrt: Avoid conflict with mingw __iob_func declaration.".

This reverts commit 873a90e6f3. It's no
longer needed.

Signed-off-by: Piotr Caban <piotr@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Piotr Caban 2020-12-01 13:51:44 +01:00 committed by Alexandre Julliard
parent 9261799383
commit ebfe14d596
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
*/
#define __iob_func mingw___iob_func
#include <stdarg.h>
#include <stdio.h>
#include <sys/types.h>