Commit 873a90e6 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

msvcrt: Avoid conflict with mingw __iob_func declaration.

parent d8582d97
......@@ -29,6 +29,7 @@
#include "config.h"
#include "wine/port.h"
#define __iob_func mingw___iob_func
#include <stdarg.h>
#include <stdio.h>
#ifdef HAVE_UNISTD_H
......
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