]> 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, 24 Feb 2011 22:45:07 +0000 (14:45 -0800)
committerMarcelo Vanzin <mvanzin@vmware.com>
Thu, 24 Feb 2011 22:45:07 +0000 (14:45 -0800)
Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/include/appUtil.h

index 00162a4273a7b6b8b3037677894ed27c4a01061f..edaa09b2adf52df46d5e76d0820c3b32d7e4edf7 100644 (file)
@@ -29,7 +29,6 @@
 #ifdef __cplusplus
 extern "C" {
 #endif // __cplusplus
-
 #include "vmware.h"
 #include "vmware/guestrpc/capabilities.h"
 
@@ -101,6 +100,9 @@ AppUtil_GetIconIndexAndLocationForShortcut(const TCHAR *shortcut,
                                            TCHAR *iconFile,
                                            int *iconIndex);
 
+LPSTR  AppUtil_ToLowerUtf8(LPCSTR s);
+LPWSTR AppUtil_ToLowerUtf16(LPCWSTR s);
+
 #ifdef __cplusplus
 };
 #endif // __cplusplus
@@ -145,4 +147,3 @@ void AppUtil_SendGuestCaps(const GuestCapabilities *caps,
 #endif // __cplusplus
 
 #endif // _APP_UTIL_H_
-