We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b424ae commit e1146afCopy full SHA for e1146af
1 file changed
src/service_name.cpp
@@ -17,5 +17,5 @@
17
18
#include <service>
19
20
-extern "C" const char* service_name__ = SERVICE_NAME;
21
-extern "C" const char* service_binary_name__ = SERVICE;
+const char* service_name__ = SERVICE_NAME;
+const char* service_binary_name__ = SERVICE;
0 commit comments