| ![[BACK]](/cvs/cvsweb/icons/back.gif) Return to oemtext.h CVS log ![[TXT]](/cvs/cvsweb/icons/text.gif) | ![[DIR]](/cvs/cvsweb/icons/dir.gif) Up to  [RetroPC.NET] / np2 / win9xc | 
support profiler (T.Yui)
#ifdef __cplusplus
extern "C" {
#endif
#if defined(_UNICODE)
UINT oemtext_sjistooem(TCHAR *dst, UINT dcnt, const char *src, UINT scnt);
UINT oemtext_oemtosjis(char *dst, UINT dcnt, const TCHAR *src, UINT scnt);
#endif
#ifdef __cplusplus
}
#endif