https://git.reactos.org/?p=reactos.git;a=commitdiff;h=733d6cebeda73e800b65951d77f1f7a68d2d2b6b

commit 733d6cebeda73e800b65951d77f1f7a68d2d2b6b
Author:     Katayama Hirofumi MZ <[email protected]>
AuthorDate: Fri Sep 18 17:09:29 2020 +0900
Commit:     Katayama Hirofumi MZ <[email protected]>
CommitDate: Fri Sep 18 17:09:29 2020 +0900

    [SDK][INCLUDE] Add SHAnsiToUnicodeCP and SHUnicodeToAnsiCP prototypes
---
 sdk/include/reactos/shlwapi_undoc.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sdk/include/reactos/shlwapi_undoc.h 
b/sdk/include/reactos/shlwapi_undoc.h
index a56ed24ed9d..f2b48278973 100644
--- a/sdk/include/reactos/shlwapi_undoc.h
+++ b/sdk/include/reactos/shlwapi_undoc.h
@@ -118,6 +118,9 @@ HRESULT WINAPI IUnknown_OnFocusChangeIS(LPUNKNOWN 
lpUnknown, LPUNKNOWN pFocusObj
 DWORD WINAPI SHAnsiToUnicode(LPCSTR lpSrcStr, LPWSTR lpDstStr, INT iLen);
 INT WINAPI SHUnicodeToAnsi(LPCWSTR lpSrcStr, LPSTR lpDstStr, INT iLen);
 
+DWORD WINAPI SHAnsiToUnicodeCP(DWORD dwCp, LPCSTR lpSrcStr, LPWSTR lpDstStr, 
int iLen);
+DWORD WINAPI SHUnicodeToAnsiCP(UINT CodePage, LPCWSTR lpSrcStr, LPSTR 
lpDstStr, int dstlen);
+
 PVOID WINAPI SHLockSharedEx(HANDLE hData, DWORD dwProcessId, BOOL 
bWriteAccess);
 
 int

Reply via email to