提交 1382d288 编写于 作者: A andreasr

[unitytls] Added missing MONO_API to mono_unity_get_unitytls_interface and...

[unitytls] Added missing MONO_API to mono_unity_get_unitytls_interface and added it to the header for completeness
上级 9d07185d
......@@ -889,7 +889,8 @@ MonoClass* mono_unity_defaults_get_byte_class()
static mono_unity_unitytls_interface* gUnitytlsInterface = NULL;
mono_unity_unitytls_interface* mono_unity_get_unitytls_interface()
MONO_API mono_unity_unitytls_interface*
mono_unity_get_unitytls_interface()
{
return gUnitytlsInterface;
}
......
......@@ -146,7 +146,8 @@ MonoClass* mono_unity_defaults_get_byte_class();
//unitytls
typedef struct mono_unity_unitytls_interface mono_unity_unitytls_interface;
mono_unity_unitytls_interface* mono_unity_get_unitytls_interface();
MONO_API mono_unity_unitytls_interface* mono_unity_get_unitytls_interface();
MONO_API void mono_unity_install_unitytls_interface(mono_unity_unitytls_interface* callbacks);
//misc
MonoAssembly* mono_unity_assembly_get_mscorlib();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册