Mark Harmstone : include: Add GetFileMUIPath to winnls.h.

Alexandre Julliard julliard at wine.codeweavers.com
Tue May 26 09:14:34 CDT 2015


Module: wine
Branch: master
Commit: 8d42c76e889f0f66150d46482bfe9b6435c51909
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8d42c76e889f0f66150d46482bfe9b6435c51909

Author: Mark Harmstone <hellas at burntcomma.com>
Date:   Mon May 25 18:19:04 2015 +0100

include: Add GetFileMUIPath to winnls.h.

---

 include/winnls.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/winnls.h b/include/winnls.h
index 7e9bfa5..693cb30 100644
--- a/include/winnls.h
+++ b/include/winnls.h
@@ -877,6 +877,7 @@ WINBASEAPI INT         WINAPI GetDateFormatEx(LPCWSTR,DWORD,const SYSTEMTIME*,LP
 WINBASEAPI INT         WINAPI GetDateFormatW(LCID,DWORD,const SYSTEMTIME*,LPCWSTR,LPWSTR,INT);
 #define                       GetDateFormat WINELIB_NAME_AW(GetDateFormat)
 WINBASEAPI BOOL        WINAPI GetFileMUIInfo(DWORD,PCWSTR,PFILEMUIINFO,DWORD*);
+WINBASEAPI BOOL        WINAPI GetFileMUIPath(DWORD,PCWSTR,PWSTR,PULONG,PWSTR,PULONG,PULONGLONG);
 WINBASEAPI INT         WINAPI GetGeoInfoA(GEOID,GEOTYPE,LPSTR,INT,LANGID);
 WINBASEAPI INT         WINAPI GetGeoInfoW(GEOID,GEOTYPE,LPWSTR,INT,LANGID);
 #define                       GetGeoInfo WINELIB_NAME_AW(GetGeoInfo)




More information about the wine-cvs mailing list