Module: wine Branch: master Commit: 532926b5f70e1b772816e65994d0dd4d38b87748 URL: http://source.winehq.org/git/wine.git/?a=commit;h=532926b5f70e1b772816e65994... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Tue Jan 31 16:53:18 2017 +0300 include: Added GetThreadUILanguage() prototype. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/winnls.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winnls.h b/include/winnls.h index 96f60de..d6fcf6e 100644 --- a/include/winnls.h +++ b/include/winnls.h @@ -921,6 +921,7 @@ WINBASEAPI LANGID WINAPI GetSystemDefaultUILanguage(void); WINBASEAPI BOOL WINAPI GetSystemPreferredUILanguages(DWORD,ULONG*,WCHAR*,ULONG*); WINBASEAPI LCID WINAPI GetThreadLocale(void); WINBASEAPI BOOL WINAPI GetThreadPreferredUILanguages(DWORD,ULONG*,WCHAR*,ULONG*); +WINBASEAPI LANGID WINAPI GetThreadUILanguage(void); WINBASEAPI INT WINAPI GetTimeFormatA(LCID,DWORD,const SYSTEMTIME*,LPCSTR,LPSTR,INT); WINBASEAPI INT WINAPI GetTimeFormatEx(LPCWSTR,DWORD,const SYSTEMTIME*,LPCWSTR,LPWSTR,INT); WINBASEAPI INT WINAPI GetTimeFormatW(LCID,DWORD,const SYSTEMTIME*,LPCWSTR,LPWSTR,INT);