Changelog:
Jon Griffiths <jon_p_griffiths@yahoo.com>
+include/shlwapi.h
Add StrFormatKBSizeA/W
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
--- wine/include/shlwapi.h 2003-09-01 18:49:09.000000000 +0100
+++ wine-develop/include/shlwapi.h 2003-09-21 04:06:56.000000000 +0100
@@ -725,6 +725,10 @@
#endif
#endif
+LPSTR WINAPI StrFormatKBSizeA(LONGLONG,LPSTR,UINT);
+LPWSTR WINAPI StrFormatKBSizeW(LONGLONG,LPWSTR,UINT);
+#define StrFormatKBSize WINELIB_NAME_AW(StrFormatKBSize)
+
int WINAPI StrFromTimeIntervalA(LPSTR,UINT,DWORD,int);
int WINAPI StrFromTimeIntervalW(LPWSTR,UINT,DWORD,int);
#define StrFromTimeInterval WINELIB_NAME_AW(StrFromTimeInterval)