Module: wine Branch: master Commit: 8d42c76e889f0f66150d46482bfe9b6435c51909 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8d42c76e889f0f66150d46482b...
Author: Mark Harmstone hellas@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)