Module: wine Branch: master Commit: ebfe14d596c129a37dbbccac36142094db41ff44 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ebfe14d596c129a37dbbccac3...
Author: Piotr Caban piotr@codeweavers.com Date: Tue Dec 1 13:51:44 2020 +0100
Revert "msvcrt: Avoid conflict with mingw __iob_func declaration.".
This reverts commit 873a90e6f36b9acc74eb637a230ffee491398cd0. It's no longer needed.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/msvcrt/file.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/msvcrt/file.c b/dlls/msvcrt/file.c index 5cbdecb22d1..5d54188e17f 100644 --- a/dlls/msvcrt/file.c +++ b/dlls/msvcrt/file.c @@ -27,7 +27,6 @@ */
-#define __iob_func mingw___iob_func #include <stdarg.h> #include <stdio.h> #include <sys/types.h>