commit | b7546b6831d766f42d0eb4cf250cb1a696e3b139 | [log] [tgz] |
---|---|---|
author | Eric Kohl <ekohl@codeweavers.com> | Wed Nov 15 22:14:43 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 15 22:14:43 2000 +0000 |
tree | 857e3c9eb804c68c4d11cda6c56ade0cca67d523 | |
parent | 8643f4e882cbb070ca5daa4c3c18ec129cb5c89e [diff] [blame] |
New unicode support functions.
diff --git a/dlls/comctl32/comctl32.h b/dlls/comctl32/comctl32.h index 4f559ce..b3843e8 100644 --- a/dlls/comctl32/comctl32.h +++ b/dlls/comctl32/comctl32.h
@@ -82,5 +82,8 @@ /* Internal function */ HWND COMCTL32_CreateToolTip (HWND); +INT Str_GetPtrWtoA (LPCWSTR lpSrc, LPSTR lpDest, INT nMaxLen); +BOOL Str_SetPtrAtoW (LPWSTR *lppDest, LPCSTR lpSrc); + #endif /* __WINE_COMCTL32_H */