Nikolay Sivov : include: Added GetThreadUILanguage() prototype.

Alexandre Julliard julliard at winehq.org
Tue Jan 31 15:42:51 CST 2017


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

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Tue Jan 31 16:53:18 2017 +0300

include: Added GetThreadUILanguage() prototype.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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);




More information about the wine-cvs mailing list