Skip to content

Commit 9ddad94

Browse files
authored
Update include/clang/Interpreter/CppInterOp.h
1 parent 8c59d36 commit 9ddad94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/clang/Interpreter/CppInterOp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
// The cross-platform CPPINTEROP_API macro definition
1919
#ifdef _WIN32
20-
#define CPPINTEROP_API __declspec(CPPINTEROP_API)
20+
#define CPPINTEROP_API __declspec(dllexport)
2121
#else
2222
#define CPPINTEROP_API __attribute__((visibility("default")))
2323
#endif

0 commit comments

Comments
 (0)