--- np2/win9x/oemtext.cpp 2005/02/14 06:25:31 1.2 +++ np2/win9x/oemtext.cpp 2005/03/19 20:46:07 1.3 @@ -43,7 +43,6 @@ UINT oemtext_oemtosjis(char *dst, UINT d ret = WideCharToMultiByte(CP_ACP, 0, ucs2, leng, dst, dcnt, NULL, NULL); _MFREE(ucs2); return(ret); - } #endif