mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[SDK] Remove some unused includes in stubs.h
CORE-13231
This commit is contained in:
parent
6618a2fd2c
commit
547240efd5
1 changed files with 2 additions and 3 deletions
|
@ -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, ...);
|
||||
|
||||
|
|
Loading…
Reference in a new issue