fix: parsers should export the language function on windows
This commit is contained in:
parent
304f8b7c04
commit
54a31069af
1 changed files with 1 additions and 1 deletions
|
|
@ -1346,7 +1346,7 @@ impl Generator {
|
|||
add_line!(self, "#endif");
|
||||
add_line!(self, "");
|
||||
add_line!(self, "#ifdef _WIN32");
|
||||
add_line!(self, "#define TS_PUBLIC");
|
||||
add_line!(self, "#define TS_PUBLIC __declspec(dllexport)");
|
||||
add_line!(self, "#else");
|
||||
add_line!(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue