- New ERESOURCE implementation: fixes the return value of some functions (VOID vs...
[reactos.git] / reactos / include / ndk / extypes.h
index 64557d4..bd7c6f1 100644 (file)
@@ -117,6 +117,11 @@ extern ULONG NTSYSAPI NtBuildNumber;
 #define EX_PUSH_LOCK_FLAGS_EXCLUSIVE        1
 #define EX_PUSH_LOCK_FLAGS_WAIT             2
 
+//
+// Resource (ERESOURCE) Flags
+//
+#define ResourceHasDisabledPriorityBoost    0x08
+
 //
 // Shutdown types for NtShutdownSystem
 //