mirror of https://github.com/nodejs/node.git
build: un-break the windows build
parent
02cab97490
commit
168ca527be
|
@ -66,7 +66,7 @@
|
||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
#include <io.h>
|
#include <io.h>
|
||||||
#include <process.h>
|
#include <process.h>
|
||||||
#include <strings.h>
|
#include <string.h>
|
||||||
#define strcasecmp _stricmp
|
#define strcasecmp _stricmp
|
||||||
#define getpid _getpid
|
#define getpid _getpid
|
||||||
#define umask _umask
|
#define umask _umask
|
||||||
|
|
|
@ -21,11 +21,13 @@
|
||||||
|
|
||||||
#define __INIT_node_perfctr_provider_IMP
|
#define __INIT_node_perfctr_provider_IMP
|
||||||
#include "node_counters.h"
|
#include "node_counters.h"
|
||||||
#include "node_perfctr_provider.h"
|
|
||||||
#include "node_win32_perfctr_provider.h"
|
#include "node_win32_perfctr_provider.h"
|
||||||
|
|
||||||
#include <perflib.h>
|
#include <perflib.h>
|
||||||
|
|
||||||
|
#include "node_perfctr_provider.h"
|
||||||
|
|
||||||
|
|
||||||
typedef ULONG (WINAPI *PerfStartProviderExFunc)(
|
typedef ULONG (WINAPI *PerfStartProviderExFunc)(
|
||||||
__in LPGUID ProviderGuid,
|
__in LPGUID ProviderGuid,
|
||||||
__in_opt PPERF_PROVIDER_CONTEXT ProviderContext,
|
__in_opt PPERF_PROVIDER_CONTEXT ProviderContext,
|
||||||
|
|
Loading…
Reference in New Issue