Skip to content

Commit c2f981e

Browse files
committed
build: fix build error for clang-cl
1 parent bf3bc19 commit c2f981e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_win32_perfctr_provider.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ PPERF_COUNTERSET_INSTANCE perfctr_instance;
119119
namespace node {
120120

121121

122-
EXTERN_C DECLSPEC_SELECTANY HANDLE NodeCounterProvider = nullptr;
122+
HANDLE NodeCounterProvider = nullptr;
123123

124124
void InitPerfCountersWin32() {
125125
ULONG status;

0 commit comments

Comments
 (0)