From 5316870a60f60fe4a54c236cf21f558c40f4a5f1 Mon Sep 17 00:00:00 2001 From: "hyunghwan.chung" Date: Mon, 12 Mar 2018 14:08:56 +0000 Subject: [PATCH] added MOO_EXPORT to moo_convutobcstr() --- moo/lib/moo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moo/lib/moo.h b/moo/lib/moo.h index 6b55c83..11bd39d 100644 --- a/moo/lib/moo.h +++ b/moo/lib/moo.h @@ -2018,7 +2018,7 @@ MOO_EXPORT int moo_convbtoucstr ( * The moo_convutobcstr() function converts a null-terminated wide string * to a byte string. */ -int moo_convutobcstr ( +MOO_EXPORT int moo_convutobcstr ( moo_t* moo, const moo_uch_t* ucs, moo_oow_t* ucslen,