From: John Wolfe Date: Wed, 21 Sep 2022 17:53:28 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.2.0~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d4360383274807b488fcdf16ca6844ad27891a8;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_types.h b/open-vm-tools/lib/include/vm_basic_types.h index 250991c05..77389526f 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -547,7 +547,7 @@ typedef uint16 UReg16; typedef uint32 UReg32; typedef uint64 UReg64; -#if defined(__GNUC__) && defined(__SIZEOF_INT128__) +#ifdef VM_HAS_INT128 typedef int128 Reg128; typedef uint128 UReg128; #endif