Skip to content

Commit

Permalink
Update include/clang/Interpreter/CppInterOp.h
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev authored Mar 20, 2024
1 parent 8c59d36 commit 9ddad94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clang/Interpreter/CppInterOp.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

// The cross-platform CPPINTEROP_API macro definition
#ifdef _WIN32
#define CPPINTEROP_API __declspec(CPPINTEROP_API)
#define CPPINTEROP_API __declspec(dllexport)
#else
#define CPPINTEROP_API __attribute__((visibility("default")))
#endif
Expand Down

0 comments on commit 9ddad94

Please sign in to comment.