repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gettext
/
gettext-runtime
/
libasprintf
/
windows
/
dllexport.h
blob
6a029926ae3f74225b8e02a320629d3f2a92f19f
1
2
#ifdef BUILDING_LIBASPRINTF
3
#define LIBASPRINTF_DLL_EXPORTED __declspec(dllexport)
4
#else
5
#define LIBASPRINTF_DLL_EXPORTED __declspec(dllimport)
6
#endif