cfg: Added support for Windows function WideCharToMultiByte.

This commit is contained in:
orbitcowboy 2016-05-17 09:35:30 +02:00
parent 69cc64a717
commit 53a37d6134
1 changed files with 33 additions and 0 deletions

View File

@ -1992,4 +1992,37 @@ HFONT CreateFont(
<not-uninit/>
</arg>
</function>
<!-- int WideCharToMultiByte(
_In_ UINT CodePage,
_In_ DWORD dwFlags,
_In_ LPCWSTR lpWideCharStr,
_In_ int cchWideChar,
_Out_opt_ LPSTR lpMultiByteStr,
_In_ int cbMultiByte,
_In_opt_ LPCSTR lpDefaultChar,
_Out_opt_ LPBOOL lpUsedDefaultChar
); -->
<function name="WideCharToMultiByte">
<noreturn>false</noreturn>
<leak-ignore/>
<arg nr="1">
<not-uninit/>
</arg>
<arg nr="2">
<not-uninit/>
</arg>
<arg nr="3">
<not-uninit/>
</arg>
<arg nr="4">
<not-uninit/>
</arg>
<arg nr="6">
<not-uninit/>
</arg>
<arg nr="7">
<not-uninit/>
</arg>
<arg nr="8"/>
</function>
</def>