From: Kruti Pendharkar Date: Fri, 17 Oct 2025 04:25:48 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-13.1.0~68 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=1068689d61afa104e4c439bd10751d9dcf916fcd;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/guest_os.h b/open-vm-tools/lib/include/guest_os.h index 7c1aa154c..eb7992264 100644 --- a/open-vm-tools/lib/include/guest_os.h +++ b/open-vm-tools/lib/include/guest_os.h @@ -291,12 +291,12 @@ Bool Gos_InSetArray(uint32 gos, const uint32 *set); #define ALLOS2 BS(OS2), ALLECOMSTATION -#define ALLCRXSYS BS(CRXSYS1_64), BS(CRXSYS1_ARM_64), \ - BS(CRXSYS2_64), BS(CRXSYS2_ARM_64) - -#define ALLCRX ALLCRXSYS, \ +#define ALLCRXNOVMOTION BS(CRXSYS1_64), BS(CRXSYS1_ARM_64), \ + BS(CRXSYS2_64), BS(CRXSYS2_ARM_64), \ BS(CRXPOD1_64), BS(CRXPOD1_ARM_64) +#define ALLCRX ALLCRXNOVMOTION + #define ALLARM BS(WIN_10_ARM_64), BS(WIN_11_ARM_64), \ BS(WIN_12_ARM_64), \ BS(UBUNTU_ARM_64), BS(PHOTON_ARM_64), \