]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Common header file change not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Thu, 7 Oct 2021 06:40:31 +0000 (23:40 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Thu, 7 Oct 2021 06:40:31 +0000 (23:40 -0700)
open-vm-tools/lib/include/vm_assert.h

index af91747c5c1bd4d387f1ad2fdb08ad9c934739ef..04e90ac02679d69804a2c021a0f5164deff2585b 100644 (file)
@@ -101,7 +101,10 @@ extern "C" {
  * so it uses generic functions.
  */
 
-#if !defined VMM || defined MONITOR_APP // {
+#if !defined VMM ||                                                     \
+    defined BINARY_CHECKER || defined COREQUERY || defined DECODER ||   \
+    defined DIS16 || defined FROBOS || defined TRAPAPI_APP ||           \
+    defined VMM_LINKER || defined VMSS2CORE
 
 # if defined (VMKPANIC)
 #  include "vmk_assert.h"
@@ -115,8 +118,7 @@ extern "C" {
 #  define _ASSERT_PANIC_BUG_NORETURN(bug, name) \
            Panic(_##name##Fmt " bugNr=%d\n", __FILE__, __LINE__, bug)
 # endif /* VMKPANIC */
-
-#endif // }
+#endif
 
 
 // These strings don't have newline so that a bug can be tacked on.