Skip to content

Commit

Permalink
[metadata] Mark mono_type_is_generic_parameter as a MONO_API
Browse files Browse the repository at this point in the history
Used by the MONO_CLASS_IS_INTERFACE macro.

Fixes mono#14005
  • Loading branch information
lambdageek authored and EgorBo committed Jun 3, 2019
1 parent 56d1af2 commit 8c9cbbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/metadata/metadata.h
Expand Up @@ -365,7 +365,7 @@ MONO_API mono_bool mono_type_is_struct (MonoType *type);
MONO_API mono_bool mono_type_is_void (MonoType *type);
MONO_API mono_bool mono_type_is_pointer (MonoType *type);
MONO_API mono_bool mono_type_is_reference (MonoType *type);
mono_bool mono_type_is_generic_parameter (MonoType *type);
MONO_API mono_bool mono_type_is_generic_parameter (MonoType *type);

MONO_API MonoType*
mono_signature_get_return_type (MonoMethodSignature *sig);
Expand Down

0 comments on commit 8c9cbbb

Please sign in to comment.