We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee76822 commit 429c015Copy full SHA for 429c015
cgo/libclang.go
@@ -71,7 +71,7 @@ unsigned tinygo_clang_Cursor_isMacroFunctionLike(GoCXCursor c);
71
// libclang.go:68:5: note: previous declaration is here
72
// See: https://github.com/golang/go/issues/49721
73
#if defined(_WIN32)
74
-#define CGO_DECL // __declspec(dllexport)
+#define CGO_DECL __declspec(dllexport)
75
#else
76
#define CGO_DECL
77
#endif
0 commit comments