File:  [RetroPC.NET] / np2 / win9x / oemtext.h
Revision 1.3: download - view: text, annotated - select for diffs
Sun Mar 20 15:09:16 2005 JST (20 years, 7 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix support UCS2 (T.Yui)


#ifdef __cplusplus
extern "C" {
#endif

#if defined(OSLANG_UTF8) || defined(OSLANG_UCS2)
UINT oemtext_sjistooem(OEMCHAR *dst, UINT dcnt, const char *src, UINT scnt);
UINT oemtext_oemtosjis(char *dst, UINT dcnt, const OEMCHAR *src, UINT scnt);
#endif

#ifdef __cplusplus
}
#endif


RetroPC.NET-CVS <cvs@retropc.net>