File:  [RetroPC.NET] / np2 / x11 / oemtext.h
Revision 1.2: download - view: text, annotated - select for diffs
Sat Feb 26 23:13:01 2005 JST (20 years, 8 months ago) by monaka
Branches: MAIN
CVS tags: VER_0_82_x64, VER_0_82, VER_0_81A, VER_0_81, HEAD
kluge for oemtext


#ifdef __cplusplus
extern "C" {
#endif

#include "codecnv.h"

#if 1
#define	oemtext_sjistooem	codecnv_sjistoeuc
#define	oemtext_oemtosjis	codecnv_euctosjis
#else
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>