|
|
| version 1.1, 2005/02/26 13:32:14 | version 1.2, 2005/02/26 14:13:01 |
|---|---|
| Line 3 | Line 3 |
| extern "C" { | extern "C" { |
| #endif | #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_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 | #ifdef __cplusplus |
| } | } |