fix: don't use __declspec(dllexport) on windows
This commit is contained in:
parent
f8c41f74f8
commit
304f8b7c04
3 changed files with 3 additions and 3 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 __declspec(dllexport)");
|
||||
add_line!(self, "#define TS_PUBLIC");
|
||||
add_line!(self, "#else");
|
||||
add_line!(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue