From 9ddad944f908a46f380d55301464a86ac1f8cc63 Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Wed, 20 Mar 2024 18:30:28 +0200 Subject: [PATCH] Update include/clang/Interpreter/CppInterOp.h --- include/clang/Interpreter/CppInterOp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Interpreter/CppInterOp.h b/include/clang/Interpreter/CppInterOp.h index db0230bc1..c903c5943 100644 --- a/include/clang/Interpreter/CppInterOp.h +++ b/include/clang/Interpreter/CppInterOp.h @@ -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