diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2007-05-06 22:23:52 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2007-05-06 22:23:52 -0400 |
commit | 741e82fc69b69a3bfc14f33f33766a89cea4df42 (patch) | |
tree | 92830b34830f8ae07b251d96693c93392909d914 /WWW | |
parent | 9fa44396215d14644ecd5aa32c04327d4e6243a2 (diff) | |
download | lynx-snapshots-741e82fc69b69a3bfc14f33f33766a89cea4df42.tar.gz |
snapshot of project "lynx", label v2-8-7dev_4d
Diffstat (limited to 'WWW')
-rw-r--r-- | WWW/Library/Implementation/UCMap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/UCMap.h b/WWW/Library/Implementation/UCMap.h index e0e86d36..616c1057 100644 --- a/WWW/Library/Implementation/UCMap.h +++ b/WWW/Library/Implementation/UCMap.h @@ -40,7 +40,7 @@ extern "C" { extern int UCGetLYhndl_byMIME(const char *p); /* returns -1 if name not recognized */ extern int safeUCGetLYhndl_byMIME(const char *p); /* returns LATIN1 if name not recognized */ -#ifdef EXP_LOCALE_CHARSET +#ifdef USE_LOCALE_CHARSET extern void LYFindLocaleCharset(void); #endif |