From: Katy Feng Date: Tue, 22 Aug 2023 18:11:42 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=759613baeb1377708123772be1fe70da341b1707;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_asm.h b/open-vm-tools/lib/include/vm_basic_asm.h index e450b3af5..815b4356e 100644 --- a/open-vm-tools/lib/include/vm_basic_asm.h +++ b/open-vm-tools/lib/include/vm_basic_asm.h @@ -115,7 +115,7 @@ extern "C" { * mssb64 MSB set (uint64) 1..64 0 */ -#ifdef _MSC_VER +#if defined(_MSC_VER) && !defined(__clang__) // Clang defines _MSC_VER on Windows static INLINE int lssb32_0(const uint32 value) {