--- np2/win9x/oemtext.cpp 2005/02/09 20:11:35 1.1 +++ np2/win9x/oemtext.cpp 2005/02/14 06:25:31 1.2 @@ -1,7 +1,7 @@ #include "compiler.h" #if defined(OSLANG_UTF8) -UINT oemtext_sjis2oem(char *dst, UINT dcnt, const char *src, UINT scnt) { +UINT oemtext_sjistooem(char *dst, UINT dcnt, const char *src, UINT scnt) { UINT leng; UINT16 *ucs2; @@ -23,7 +23,7 @@ UINT oemtext_sjis2oem(char *dst, UINT dc return(ret); } -UINT oemtext_oem2sjis(char *dst, UINT dcnt, const char *src, UINT scnt) { +UINT oemtext_oemtosjis(char *dst, UINT dcnt, const char *src, UINT scnt) { UINT leng; UINT16 *ucs2;