Sign in
skia
/
third_party
/
libiconv
/
refs/heads/1.11.x
/
.
/
windows
/
dllexport.h
blob: b0fb6365bbd685e7b22f12b087457cadab330196 [
file
] [
log
] [
blame
] [
edit
]
#ifdef
BUILDING_LIBICONV
#define
LIBICONV_DLL_EXPORTED __declspec
(
dllexport
)
#else
#define
LIBICONV_DLL_EXPORTED __declspec
(
dllimport
)
#endif