🔥 move NASAL_EXPORT to nasal.h

This commit is contained in:
ValKmjolnir
2024-12-11 20:52:58 +08:00
parent 1b745ad176
commit dea19fe3c3
7 changed files with 13 additions and 20 deletions

View File

@@ -111,7 +111,7 @@ module_func_info func_tbl[] = {
{nullptr, nullptr}
};
NASAL_EXTERN module_func_info* get() {
NASAL_EXPORT module_func_info* get() {
return func_tbl;
}