mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 00:43:32 +00:00
ICU-9175 fix #ifdef location
X-SVN-Rev: 31600
This commit is contained in:
parent
900f7354f2
commit
e150cb8c78
1 changed files with 1 additions and 1 deletions
|
@ -513,11 +513,11 @@ U_INTERNAL void * U_EXPORT2 uprv_maximumPtr(void *base);
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#if U_ENABLE_DYLOAD
|
||||
/* Dynamic Library Functions */
|
||||
|
||||
typedef void (UVoidFunction)(void);
|
||||
|
||||
#if U_ENABLE_DYLOAD
|
||||
/**
|
||||
* Load a library
|
||||
* @internal (ICU 4.4)
|
||||
|
|
Loading…
Add table
Reference in a new issue