From: John Wolfe Date: Mon, 8 Nov 2021 21:33:57 +0000 (-0800) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a4e38f66325092f84ba612e614f6fd16e135752;p=thirdparty%2Fopen-vm-tools.git Common header file change 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 4972a6486..228871fa1 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -546,9 +546,6 @@ typedef User_CartelID User_SessionID; typedef User_CartelID User_CartelGroupID; #define INVALID_CARTELGROUP_ID INVALID_CARTEL_ID -typedef uint32 Worldlet_ID; -#define INVALID_WORLDLET_ID ((Worldlet_ID)-1) - typedef int8 Reg8; typedef int16 Reg16; typedef int32 Reg32;