diff options
Diffstat (limited to 'WWW/Library/Implementation/UCMap.h')
-rw-r--r-- | WWW/Library/Implementation/UCMap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/UCMap.h b/WWW/Library/Implementation/UCMap.h index d9feb44c..0c889690 100644 --- a/WWW/Library/Implementation/UCMap.h +++ b/WWW/Library/Implementation/UCMap.h @@ -1,5 +1,5 @@ /* - * $LynxId: UCMap.h,v 1.29 2021/06/29 22:01:12 tom Exp $ + * $LynxId: UCMap.h,v 1.30 2023/01/05 09:17:15 tom Exp $ */ #ifndef UCMAP_H #define UCMAP_H @@ -50,7 +50,7 @@ extern "C" { int charset_in, int charset_out, int chk_single_flag); -#ifdef USE_JAPANESEUTF8_SUPPORT +#ifdef EXP_CHINESEUTF8_SUPPORT extern UCode_t UCTransJPToUni(char *inbuf, int buflen, int charset_in); |