mirror of
https://github.com/ValKmjolnir/Nasal-Interpreter.git
synced 2026-05-24 13:35:43 +08:00
🐛 fix error loading bug in MSVC version
This commit is contained in:
@@ -256,7 +256,7 @@ module_func_info func_tbl[] = {
|
||||
{nullptr, nullptr}
|
||||
};
|
||||
|
||||
extern "C" module_func_info* get() {
|
||||
NASAL_EXTERN module_func_info* get() {
|
||||
return func_tbl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user