mirror of
https://github.com/reactos/reactos.git
synced 2024-12-04 08:53:32 +08:00
[SDK] Include stdio in wine/debug.h
Wine also has this, and they rely on it in some files
This commit is contained in:
parent
f1132155d9
commit
eefbf83462
@ -22,6 +22,7 @@
|
||||
#define __WINE_DEBUG_H
|
||||
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <windef.h>
|
||||
#ifndef GUID_DEFINED
|
||||
#include <guiddef.h>
|
||||
|
Loading…
Reference in New Issue
Block a user