ICU-9175 fix #ifdef location

X-SVN-Rev: 31600
This commit is contained in:
Steven R. Loomis 2012-03-07 20:25:47 +00:00
parent 900f7354f2
commit e150cb8c78

View file

@ -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)