Skip to content

Commit e1146af

Browse files
committed
service: Remove erroneous extern C from service name
1 parent 8b424ae commit e1146af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/service_name.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717

1818
#include <service>
1919

20-
extern "C" const char* service_name__ = SERVICE_NAME;
21-
extern "C" const char* service_binary_name__ = SERVICE;
20+
const char* service_name__ = SERVICE_NAME;
21+
const char* service_binary_name__ = SERVICE;

0 commit comments

Comments
 (0)