repo.or.cz
/
libiconv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix a bug in transliteration.
[libiconv.git]
/
windows
/
dllexport.h
blob
b0fb6365bbd685e7b22f12b087457cadab330196
1
2
#ifdef BUILDING_LIBICONV
3
#define LIBICONV_DLL_EXPORTED __declspec(dllexport)
4
#else
5
#define LIBICONV_DLL_EXPORTED __declspec(dllimport)
6
#endif