]> 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>
Thu, 5 Oct 2023 17:35:27 +0000 (10:35 -0700)
committerKaty Feng <fkaty@vmware.com>
Thu, 5 Oct 2023 17:35:27 +0000 (10:35 -0700)
open-vm-tools/lib/include/system.h

index 73ad1287d2ab8c5cb5f45b87762436d007141475..9345a9c888fc34e3ba5a49d86b25ba0838746c61 100644 (file)
@@ -78,6 +78,7 @@ 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);
+LPWSTR System_GetProcessCmdLine(DWORD pId);
 #endif