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:
parent
9261799383
commit
ebfe14d596
|
@ -27,7 +27,6 @@
|
|||
*/
|
||||
|
||||
|
||||
#define __iob_func mingw___iob_func
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Reference in New Issue