https://git.reactos.org/?p=reactos.git;a=commitdiff;h=547240efd5f02e328087f…
commit 547240efd5f02e328087fd6a44e85f48316a3a34
Author: Mark Jansen <mark.jansen(a)reactos.org>
AuthorDate: Sat Apr 7 03:23:56 2018 +0200
Commit: Mark Jansen <mark.jansen(a)reactos.org>
CommitDate: Sat Apr 7 14:50:42 2018 +0200
[SDK] Remove some unused includes in stubs.h
CORE-13231
---
sdk/include/reactos/stubs.h | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sdk/include/reactos/stubs.h b/sdk/include/reactos/stubs.h
index f81e53aa45..3be4027260 100644
--- a/sdk/include/reactos/stubs.h
+++ b/sdk/include/reactos/stubs.h
@@ -1,9 +1,8 @@
-#include <stdarg.h>
#define WIN32_NO_STATUS
#include <windef.h>
-#include <wine/config.h>
-#include <wine/exception.h>
+#define EXCEPTION_WINE_STUB 0x80000100
+#define EH_NONCONTINUABLE 0x01
ULONG __cdecl DbgPrint(_In_z_ _Printf_format_string_ PCSTR Format, ...);