[SPEC2DEF/CMAKE]
[reactos.git] / reactos / include / reactos / stubs.h
index 322b89b..f81e53a 100644 (file)
@@ -1,13 +1,19 @@
 #include <stdarg.h>
 #define WIN32_NO_STATUS
 #include <windef.h>
-#include <winbase.h>
 
 #include <wine/config.h>
 #include <wine/exception.h>
 
 ULONG __cdecl DbgPrint(_In_z_ _Printf_format_string_ PCSTR Format, ...);
 
+VOID
+WINAPI
+RaiseException(_In_ DWORD dwExceptionCode,
+               _In_ DWORD dwExceptionFlags,
+               _In_ DWORD nNumberOfArguments,
+               _In_ CONST ULONG_PTR *lpArguments OPTIONAL);
+
 #define __wine_spec_unimplemented_stub(module, function) \
 { \
     ULONG_PTR args[2]; \