added MOO_EXPORT to moo_convutobcstr()
This commit is contained in:
parent
645d0e48bd
commit
5316870a60
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user