From: John Wolfe Date: Mon, 8 Nov 2021 21:33:57 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e501f711f59b30ce4d402d5bbc2361cb5b29f541;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/includeCheck.h b/open-vm-tools/lib/include/includeCheck.h index c7d3607af..6b283ec47 100644 --- a/open-vm-tools/lib/include/includeCheck.h +++ b/open-vm-tools/lib/include/includeCheck.h @@ -83,6 +83,10 @@ #error "VMM and ULM cannot be defined at the same time." #endif +#if defined ULM && !defined USERLEVEL +#error "All ULM code must be compiled with USERLEVEL set." +#endif + #if defined VMCORE && !defined INCLUDE_ALLOW_VMCORE #error "The surrounding include file is not allowed in vmcore." #endif