mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-371 dlopen is no longer used, so don't check for it.
X-SVN-Rev: 6811
This commit is contained in:
parent
1726972ba1
commit
9565246f34
1 changed files with 0 additions and 6 deletions
|
@ -820,12 +820,6 @@ u_setDataDirectory(const char *directory) {
|
|||
}
|
||||
}
|
||||
|
||||
#if HAVE_DLOPEN
|
||||
#define LIB_PREFIX "lib"
|
||||
#else
|
||||
#define LIB_PREFIX
|
||||
#endif
|
||||
|
||||
U_CAPI const char * U_EXPORT2
|
||||
u_getDataDirectory(void) {
|
||||
const char *path = NULL;
|
||||
|
|
Loading…
Add table
Reference in a new issue