🐛 fix error loading bug in MSVC version

This commit is contained in:
ValKmjolnir
2023-12-02 21:48:20 +08:00
parent 03ffce9c66
commit 3602a46623
8 changed files with 16 additions and 7 deletions

View File

@@ -371,7 +371,7 @@ module_func_info func_tbl[] = {
{nullptr, nullptr}
};
extern "C" module_func_info* get() {
NASAL_EXTERN module_func_info* get() {
return func_tbl;
}