File:  [RetroPC.NET] / np2 / x11 / oemtext.h
Revision 1.1: download - view: text, annotated - select for diffs
Sat Feb 26 22:32:14 2005 JST (20 years, 8 months ago) by monaka
Branches: MAIN
CVS tags: HEAD
compile again. (XXX: oemtext)


#ifdef __cplusplus
extern "C" {
#endif

UINT oemtext_sjistooem(OEMCHAR *dst, UINT dcnt, const char *src, UINT scnt);
UINT oemtext_oemtosjis(char *dst, UINT dcnt, const OEMCHAR *src, UINT scnt);

#ifdef __cplusplus
}
#endif


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