]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Change to common header file not applicable to open-vm-tools.
authorKaty Feng <fkaty@vmware.com>
Fri, 24 Mar 2023 20:29:28 +0000 (13:29 -0700)
committerKaty Feng <fkaty@vmware.com>
Fri, 24 Mar 2023 20:29:28 +0000 (13:29 -0700)
open-vm-tools/lib/include/system.h

index f1119cefcebf8fa8978d43700d1db7d713db39e2..b6a6bc8a38f82c316ccb992a674225f15ac85a0f 100644 (file)
@@ -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