From: Katy Feng Date: Thu, 5 Oct 2023 17:35:28 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.4.0~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9201543b6e4e6d5bc4788433b8231fb8d8e678a9;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 70c02aeaf..0a36e3246 100644 --- a/open-vm-tools/lib/include/vm_basic_types.h +++ b/open-vm-tools/lib/include/vm_basic_types.h @@ -392,8 +392,8 @@ typedef int64 VmTimeVirtualClock; /* Virtual Clock kept in CPU cycles */ #define FMTPD "I" #define FMTH "I" #endif -#elif defined __APPLE__ || (!defined VMKERNEL && \ - defined __linux__ && defined __KERNEL__) +#elif defined __APPLE__ || defined __EMSCRIPTEN__ || \ + (!defined VMKERNEL && defined __linux__ && defined __KERNEL__) /* semi-LLP64 targets; 'long' is 64-bit, but uint64_t is 'long long' */ #define FMT64 "ll" #if defined(__APPLE__) && KERNEL