We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 968410f commit 122afaeCopy full SHA for 122afae
clang/include/clang-c/Platform.h
@@ -22,7 +22,7 @@ LLVM_CLANG_C_EXTERN_C_BEGIN
22
#ifndef CINDEX_NO_EXPORTS
23
#define CINDEX_EXPORTS
24
#endif
25
-#ifdef _WIN32
+#if defined(_WIN32) || defined(__CYGWIN__)
26
#ifdef CINDEX_EXPORTS
27
#ifdef _CINDEX_LIB_
28
#define CINDEX_LINKAGE __declspec(dllexport)
0 commit comments