|
|
| version 1.3, 2011/01/15 18:55:47 | version 1.4, 2011/01/15 19:16:58 |
|---|---|
| Line 1 | Line 1 |
| #ifdef __cplusplus | |
| extern "C" { | |
| #endif | |
| #include "codecnv.h" | #include "codecnv.h" |
| #if 1 | #if 1 |
| #define oemtext_sjistooem codecnv_sjistoeuc | #define oemtext_sjistooem codecnv_sjistoeuc |
| #define oemtext_oemtosjis codecnv_euctosjis | #define oemtext_oemtosjis codecnv_euctosjis |
| #else | #else |
| G_BEGIN_DECLS | |
| UINT oemtext_sjistooem(OEMCHAR *dst, UINT dcnt, const char *src, UINT scnt); | UINT oemtext_sjistooem(OEMCHAR *dst, UINT dcnt, const char *src, UINT scnt); |
| UINT oemtext_oemtosjis(char *dst, UINT dcnt, const OEMCHAR *src, UINT scnt); | UINT oemtext_oemtosjis(char *dst, UINT dcnt, const OEMCHAR *src, UINT scnt); |
| #endif | |
| #ifdef __cplusplus | G_END_DECLS |
| } | |
| #endif | |
| #endif |