]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Changes in shared code that don't affect open-vm-tools functionality.
authorVMware, Inc <>
Thu, 27 Oct 2011 18:24:28 +0000 (11:24 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 27 Oct 2011 18:24:28 +0000 (11:24 -0700)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/win32util.h

index 898c17cb7cfad30c5fadcdebc4552cbd36023ca7..255ca515e617fddb64aa469997d0f99b659db849 100644 (file)
@@ -231,5 +231,7 @@ Bool W32Util_DismountVolumes(uint16 drive,
                              void **handle);
 void W32Util_CloseDismountHandle(void *handle);
 
+Bool W32Util_EnableSafePathSearching(void);
+
 #endif // _WIN32
 #endif // WIN32UTIL_H_