[CMLIB] Undefine PAGED_CODE also when compiling boot loader

This commit is contained in:
Adam Słaboń 2023-05-08 21:43:32 +02:00 committed by Justin Miller
parent dbf93e60e0
commit fbe6a0968e

View file

@ -149,8 +149,6 @@
} SECURITY_DESCRIPTOR_RELATIVE, *PISECURITY_DESCRIPTOR_RELATIVE;
#define CMLTRACE(x, ...)
#undef PAGED_CODE
#define PAGED_CODE()
#define REGISTRY_ERROR ((ULONG)0x00000051L)
#else
@ -179,6 +177,10 @@
#define _WINNLS_
#endif
#if defined(CMLIB_HOST) || defined(_BLDR_)
#undef PAGED_CODE
#define PAGED_CODE()
#endif
//
// These define the Debug Masks Supported