Skip to content

Commit

Permalink
build: fix build error for clang-cl
Browse files Browse the repository at this point in the history
  • Loading branch information
hashseed committed May 1, 2018
1 parent bf3bc19 commit 8a3c087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_win32_perfctr_provider.cc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ PPERF_COUNTERSET_INSTANCE perfctr_instance;
namespace node {


EXTERN_C DECLSPEC_SELECTANY HANDLE NodeCounterProvider = nullptr;
HANDLE NodeCounterProvider = nullptr;

void InitPerfCountersWin32() {
ULONG status;
Expand Down

0 comments on commit 8a3c087

Please sign in to comment.