From: Katy Feng Date: Thu, 16 Nov 2023 17:21:20 +0000 (-0800) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.4.0~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2683d53f2ef4e8e01c938b6ec81f87e46e187c3d;p=thirdparty%2Fopen-vm-tools.git Change to common header file not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_defs.h b/open-vm-tools/lib/include/vm_basic_defs.h index c138856fb..0f8c2c0a2 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -605,9 +605,9 @@ typedef int pid_t; #undef X86_ONLY #ifdef VM_X86_ANY -#define X86_ONLY(x) x +#define X86_ONLY(...) __VA_ARGS__ #else -#define X86_ONLY(x) +#define X86_ONLY(...) #endif #undef DEBUG_ONLY