mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2330 fix for HP (declare all functions for HP/UX)
X-SVN-Rev: 9926
This commit is contained in:
parent
15f0ef46a7
commit
cfa64b7c29
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ U_CFUNC const char* ctest_dataOutDir(void);
|
|||
*/
|
||||
U_CFUNC void ctest_pathnameInContext(char* fullname, int32_t maxsize, const char* relPath ) ;
|
||||
|
||||
UChar* CharsToUChars(const char* chars);
|
||||
U_CFUNC UChar* CharsToUChars(const char* chars);
|
||||
|
||||
/**
|
||||
* Convert a const UChar* into a char*
|
||||
|
|
Loading…
Add table
Reference in a new issue