mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 02:36:13 +00:00
[REACTOS]
I hope this solution will work *sigh* svn path=/trunk/; revision=58137
This commit is contained in:
parent
2ee69a3c10
commit
861e9a0a55
1 changed files with 7 additions and 5 deletions
|
@ -51,16 +51,18 @@ RtlAssert(
|
||||||
PCHAR Message
|
PCHAR Message
|
||||||
);
|
);
|
||||||
|
|
||||||
#ifndef _NTDEF_ /* Guard against redefinition from ntdef.h */
|
/*
|
||||||
#define __BCRYPT_H__ /* Hack for NDK - umtypes.h */
|
* This is the definition of NTSTATUS, but renamed
|
||||||
typedef _Return_type_success_(return >= 0) LONG NTSTATUS, *PNTSTATUS;
|
* in order not to conflict with other ones.
|
||||||
#endif
|
*/
|
||||||
|
typedef _Return_type_success_(return >= 0) LONG DEBUG_NTSTATUS;
|
||||||
|
|
||||||
__analysis_noreturn
|
__analysis_noreturn
|
||||||
NTSYSAPI
|
NTSYSAPI
|
||||||
VOID
|
VOID
|
||||||
NTAPI
|
NTAPI
|
||||||
RtlRaiseStatus(
|
RtlRaiseStatus(
|
||||||
_In_ NTSTATUS Status
|
_In_ DEBUG_NTSTATUS Status
|
||||||
);
|
);
|
||||||
|
|
||||||
#endif /* !defined(_RTLFUNCS_H) && !defined(_NTDDK_) */
|
#endif /* !defined(_RTLFUNCS_H) && !defined(_NTDDK_) */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue