Skip to content

Commit

Permalink
win: regenerate perfctr provider files
Browse files Browse the repository at this point in the history
PR-URL: nodejs#263
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
piscisaureus committed Jan 8, 2015
1 parent eab6003 commit facc056
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion tools/msvs/genfiles/node_perfctr_provider.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
/* This file was auto-generated from src\res\node_perfctr_provider.man by ctrpp.exe */
//------------------------------------------------------------------
// !!! WARNING !!!
//
// This file is auto generated by ctrpp.exe utility from performance
// counters manifest:
//
// src\res\node_perfctr_provider.man
//
// It should be regenerated every time the code is built.
// Do not check it in.
//-------------------------------------------------------------------

#pragma once

#include <winperf.h>
#include <perflib.h>


EXTERN_C DECLSPEC_SELECTANY GUID NodeCounterProviderGuid = { 0x1e2e15d7, 0x3760, 0x470e, 0x86, 0x99, 0xb9, 0xdb, 0x52, 0x48, 0xed, 0xd5 };

Expand Down
Binary file modified tools/msvs/genfiles/node_perfctr_provider.rc
Binary file not shown.

0 comments on commit facc056

Please sign in to comment.