Updated to dll version 5.81 (IE 5.01).
diff --git a/include/commctrl.h b/include/commctrl.h
index 367ae97..f73abdc 100644
--- a/include/commctrl.h
+++ b/include/commctrl.h
@@ -9,6 +9,7 @@
#include "winbase.h"
#include "wingdi.h"
#include "winuser.h"
+#include "winnls.h"
#include "imagelist.h"
#include "prsht.h"
@@ -27,6 +28,10 @@
BOOL WINAPI InitCommonControlsEx (LPINITCOMMONCONTROLSEX);
+LANGID WINAPI GetMUILanguage (VOID);
+VOID WINAPI InitMUILanguage (LANGID uiLang);
+
+
#define COMCTL32_VERSION 5 /* dll version */
#ifndef _WIN32_IE
@@ -105,10 +110,10 @@
#define LPSTR_TEXTCALLBACK WINELIB_NAME_AW(LPSTR_TEXTCALLBACK)
#define I_IMAGECALLBACK (-1)
+#define I_IMAGENONE (-2)
#define I_INDENTCALLBACK (-1)
#define I_CHILDRENCALLBACK (-1)
-
/* owner drawn types */
#define ODT_HEADER 100
#define ODT_TAB 101
@@ -3548,6 +3553,8 @@
BOOL WINAPI COMCTL32_Free (LPVOID);
DWORD WINAPI COMCTL32_GetSize (LPVOID);
+LPWSTR WINAPI COMCTL32_StrChrW (LPCWSTR, WORD);
+
INT WINAPI Str_GetPtrA (LPCSTR, LPSTR, INT);
BOOL WINAPI Str_SetPtrA (LPSTR *, LPCSTR);