mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
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
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
|||
*/
|
||||
|
||||
|
||||
#define __iob_func mingw___iob_func
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <sys/types.h>
|
||||
|
|
Loading…
Reference in a new issue