|
|
| version 1.2, 2005/02/14 06:25:31 | version 1.3, 2005/03/19 20:46:07 |
|---|---|
| Line 43 UINT oemtext_oemtosjis(char *dst, UINT d | Line 43 UINT oemtext_oemtosjis(char *dst, UINT d |
| ret = WideCharToMultiByte(CP_ACP, 0, ucs2, leng, dst, dcnt, NULL, NULL); | ret = WideCharToMultiByte(CP_ACP, 0, ucs2, leng, dst, dcnt, NULL, NULL); |
| _MFREE(ucs2); | _MFREE(ucs2); |
| return(ret); | return(ret); |
| } | } |
| #endif | #endif |