Skip to content

Commit d49999b

Browse files
committed
修改extern 问题
1 parent 21f5fe0 commit d49999b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeFormatLib/src/CodeFormatLib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#ifdef MSVC
55
#define EXPORT __declspec(dllexport)
66
#else
7-
#define EXPORT extern
7+
#define EXPORT
88
#endif
99

1010

0 commit comments

Comments
 (0)