mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-3319 Fix cygwin renaming issue.
X-SVN-Rev: 26614
This commit is contained in:
parent
a91b8f20a8
commit
aedb406d05
2 changed files with 13 additions and 10 deletions
|
@ -189,11 +189,6 @@
|
|||
#define U_DEFAULT_SHOW_DRAFT @U_DEFAULT_SHOW_DRAFT@
|
||||
#endif
|
||||
|
||||
/* Define the library suffix in a C syntax. */
|
||||
#define U_HAVE_LIB_SUFFIX @U_HAVE_LIB_SUFFIX@
|
||||
#define U_LIB_SUFFIX_C_NAME @ICULIBSUFFIXCNAME@
|
||||
#define U_LIB_SUFFIX_C_NAME_STRING "@ICULIBSUFFIXCNAME@"
|
||||
|
||||
/** @} */
|
||||
|
||||
/*===========================================================================*/
|
||||
|
@ -338,12 +333,16 @@
|
|||
|
||||
/** @} */
|
||||
|
||||
#endif /* CYGWINMSVC */
|
||||
|
||||
/*===========================================================================*/
|
||||
/* Custom function renaming */
|
||||
/*===========================================================================*/
|
||||
#ifndef U_HAVE_LIB_SUFFIX
|
||||
/* Define the library suffix in a C syntax. */
|
||||
# define U_LIB_SUFFIX_C_NAME @ICULIBSUFFIXCNAME@
|
||||
# define U_LIB_SUFFIX_C_NAME_STRING "@ICULIBSUFFIXCNAME@"
|
||||
# define U_HAVE_LIB_SUFFIX @U_HAVE_LIB_SUFFIX@
|
||||
#endif
|
||||
|
||||
#if U_HAVE_LIB_SUFFIX
|
||||
# ifndef U_ICU_FUNCTION_RENAME
|
||||
/* Renaming pattern: u_strcpy_41_suffix */
|
||||
|
@ -353,6 +352,4 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
#endif /* CYGWINMSVC */
|
||||
|
||||
#endif
|
||||
|
|
|
@ -247,9 +247,15 @@ Intel can define _M_IX86 or _M_X64
|
|||
#endif
|
||||
|
||||
/** @{ Define the library suffix in a C syntax. */
|
||||
#ifndef U_HAVE_LIB_SUFFIX
|
||||
#define U_HAVE_LIB_SUFFIX 0
|
||||
#define U_LIB_SUFFIX_C_NAME
|
||||
#endif
|
||||
#ifndef U_LIB_SUFFIX_C_NAME
|
||||
#define U_LIB_SUFFIX_C_NAME
|
||||
#endif
|
||||
#ifndef U_LIB_SUFFIX_C_NAME_STRING
|
||||
#define U_LIB_SUFFIX_C_NAME_STRING ""
|
||||
#endif
|
||||
/** @} */
|
||||
|
||||
/*===========================================================================*/
|
||||
|
|
Loading…
Add table
Reference in a new issue