File:  [RetroPC.NET] / np2 / x11 / oemtext.h
Revision 1.4: download - view: text, annotated - select for diffs
Sun Jan 16 04:16:58 2011 JST (14 years, 9 months ago) by monaka
Branches: MAIN
CVS tags: HEAD
use G_BEGIN_DECLS/G_END_DECLS.

#include "codecnv.h"

#if 1
#define	oemtext_sjistooem	codecnv_sjistoeuc
#define	oemtext_oemtosjis	codecnv_euctosjis
#else

G_BEGIN_DECLS

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

G_END_DECLS

#endif

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