From: Oliver Kurth Date: Mon, 15 Apr 2019 18:32:59 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.0.0~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6d24a37cdcd88624f66ad86f161e8576e7c6ec0;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/appUtil.h b/open-vm-tools/lib/include/appUtil.h index 2253b36fa..186ca93ff 100644 --- a/open-vm-tools/lib/include/appUtil.h +++ b/open-vm-tools/lib/include/appUtil.h @@ -134,6 +134,8 @@ PISECURITY_DESCRIPTOR AppUtil_AllocateLowIntegritySD(void); LPSTR AppUtil_ToLowerUtf8(LPCSTR s); LPWSTR AppUtil_ToLowerUtf16(LPCWSTR s); +Bool AppUtil_IsHorizonVDIAppRemotingMode(); + #ifdef __cplusplus }; #endif // __cplusplus