Skip to content

Commit

Permalink
fixed missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlf committed Apr 22, 2024
1 parent d6a7b54 commit b739360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/export.cpp
Expand Up @@ -2387,6 +2387,7 @@
#pragma comment (linker, EXPORT_SYMBOL(gf_props_get_type_name) )
#pragma comment (linker, EXPORT_SYMBOL(gf_props_get_type_desc) )
#pragma comment (linker, EXPORT_SYMBOL(gf_props_parse_type) )
#pragma comment (linker, EXPORT_SYMBOL(gf_props_dump) )
#pragma comment (linker, EXPORT_SYMBOL(gf_props_dump_val) )
#pragma comment (linker, EXPORT_SYMBOL(gf_props_dump_alloc) )
#pragma comment (linker, EXPORT_SYMBOL(gf_props_get_id) )
Expand Down

0 comments on commit b739360

Please sign in to comment.