From: Katy Feng Date: Fri, 24 Mar 2023 20:29:28 +0000 (-0700) Subject: Change to common header file not applicable to open-vm-tools. X-Git-Tag: stable-12.3.0~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12cc8ad99a9cd8faaf990d03010d511d50f88ee2;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/system.h b/open-vm-tools/lib/include/system.h index f1119cefc..b6a6bc8a3 100644 --- a/open-vm-tools/lib/include/system.h +++ b/open-vm-tools/lib/include/system.h @@ -1,5 +1,5 @@ /********************************************************* - * Copyright (C) 1998-2016,2018 VMware, Inc. All rights reserved. + * Copyright (C) 1998-2016,2018,2023 VMware, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published @@ -77,6 +77,7 @@ void System_SetFocusedWindow(HWND windowToFocus, Bool force); Bool System_EnableDesktopComposition(BOOL enabled); LPWSTR System_GetImageFilePathForWindow(HWND hwnd); HANDLE System_OpenProcessForHWND(DWORD mask, BOOL inherit, HWND hwnd); +LONG System_VerifyTrust(const char *filePath); #endif