gplugin/gplugin

Close branch bugfix/pvs-studio-false-positive-v568
bugfix/pvs-studio-false-positive-v568
2020-05-12, Gary Kramlich
a62c335ecaee
Close branch bugfix/pvs-studio-false-positive-v568
if host_machine.system() != 'windows'
dynamic_type_provider = shared_library('dynamic-type-provider',
'dynamic-type-provider.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
shared_module('dynamic-type-user', 'dynamic-type-user.c',
name_prefix : '',
dependencies : [gplugin_dep, GLIB])
endif