mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 16:42:03 +00:00
[SDK] Add some missing definitions
This commit is contained in:
parent
dc0433f02a
commit
db5fa3bffc
5 changed files with 105 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
* Runtime Library Functions *
|
||||
******************************************************************************/
|
||||
|
||||
$if (_WDMDDK_)
|
||||
$if (_WDMDDK_ || _WINNT_)
|
||||
#define FAST_FAIL_LEGACY_GS_VIOLATION 0
|
||||
#define FAST_FAIL_VTGUARD_CHECK_FAILURE 1
|
||||
#define FAST_FAIL_STACK_COOKIE_CHECK_FAILURE 2
|
||||
|
@ -31,6 +31,9 @@ RtlFailFast(
|
|||
__fastfail(Code);
|
||||
}
|
||||
|
||||
$endif(_WDMDDK_ || _WINNT_)
|
||||
$if (_WDMDDK_)
|
||||
|
||||
#if !defined(NO_KERNEL_LIST_ENTRY_CHECKS) && (defined(_M_CEE_PURE) || defined(_M_CEE_SAFE))
|
||||
#define NO_KERNEL_LIST_ENTRY_CHECKS
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue