]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorJohn Wolfe <jwolfe@vmware.com>
Wed, 21 Sep 2022 17:53:28 +0000 (10:53 -0700)
committerJohn Wolfe <jwolfe@vmware.com>
Wed, 21 Sep 2022 17:53:28 +0000 (10:53 -0700)
open-vm-tools/lib/include/vm_basic_types.h

index 250991c056eaca147aa70ff57abd91e2ca7c203e..77389526f23797f6e8087bb931ca44ffaef44377 100644 (file)
@@ -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