repo.or.cz
/
xiph-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add Russian translation provided by Валерий Крувялис <valkru@mail.ru>
[xiph-mirror.git]
/
vorbis-tools
/
intl
/
export.h
blob
b5c47ad5b311d1968ab50807b609a3a006e98e0c
1
2
#if @HAVE_VISIBILITY@ && BUILDING_LIBINTL
3
#define LIBINTL_DLL_EXPORTED __attribute__((__visibility__(
"default"
)))
4
#else
5
#define LIBINTL_DLL_EXPORTED
6
#endif