ICU-535 use U_EXPORT instead of U_CAPI to prevent gcc from complaining about initializing externs.
X-SVN-Rev: 2380
This commit is contained in:
parent
d3de68a538
commit
cd68b794fc
@ -299,7 +299,7 @@ main(int argc, const char *argv[]) {
|
||||
|
||||
sprintf(
|
||||
buffer,
|
||||
"U_CAPI const struct {\n"
|
||||
"U_EXPORT const struct {\n"
|
||||
" uint16_t headerSize;\n"
|
||||
" uint8_t magic1, magic2;\n"
|
||||
" UDataInfo info;\n"
|
||||
|
Loading…
Reference in New Issue
Block a user