projects
/
TestXSLT.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Initial revision
[TestXSLT.git]
/
libiconv
/
windows
/
dllexport.h
1
2
#ifdef BUILDING_LIBICONV
3
#define LIBICONV_DLL_EXPORTED __declspec(dllexport)
4
#else
5
#define LIBICONV_DLL_EXPORTED __declspec(dllimport)
6
#endif