added MOO_EXPORT to moo_convutobcstr()

This commit is contained in:
hyunghwan.chung 2018-03-12 14:08:56 +00:00
parent 645d0e48bd
commit 5316870a60

View File

@ -2018,7 +2018,7 @@ MOO_EXPORT int moo_convbtoucstr (
* The moo_convutobcstr() function converts a null-terminated wide string * The moo_convutobcstr() function converts a null-terminated wide string
* to a byte string. * to a byte string.
*/ */
int moo_convutobcstr ( MOO_EXPORT int moo_convutobcstr (
moo_t* moo, moo_t* moo,
const moo_uch_t* ucs, const moo_uch_t* ucs,
moo_oow_t* ucslen, moo_oow_t* ucslen,