https://git.reactos.org/?p=reactos.git;a=commitdiff;h=eefbf83462cfffe46140f…
commit eefbf83462cfffe46140f092ab51f447b72b3ba9
Author: Mark Jansen <mark.jansen(a)reactos.org>
AuthorDate: Sun Mar 13 18:46:30 2022 +0100
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Sun Mar 20 19:28:22 2022 +0100
[SDK] Include stdio in wine/debug.h
Wine also has this, and they rely on it in some files
---
sdk/include/reactos/wine/debug.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sdk/include/reactos/wine/debug.h b/sdk/include/reactos/wine/debug.h
index 35aefc9852b..fc39141a83d 100644
--- a/sdk/include/reactos/wine/debug.h
+++ b/sdk/include/reactos/wine/debug.h
@@ -22,6 +22,7 @@
#define __WINE_DEBUG_H
#include <stdarg.h>
+#include <stdio.h>
#include <windef.h>
#ifndef GUID_DEFINED
#include <guiddef.h>
https://git.reactos.org/?p=reactos.git;a=commitdiff;h=0f3c2a7956740012463ac…
commit 0f3c2a7956740012463ac37542f083fe86625fa4
Author: winesync <ros-dev(a)reactos.org>
AuthorDate: Sun Mar 13 01:34:04 2022 +0100
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Sun Mar 20 19:28:21 2022 +0100
[WINESYNC] include: Move inline assembly definitions to a new wine/asm.h header.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
wine commit id d5a372abbba2e174de78855bdd4a004b56cdc006 by Alexandre Julliard <julliard(a)winehq.org>