build: un-break the windows build

pull/5010/head
Bert Belder 2013-08-01 11:39:25 +02:00
parent 02cab97490
commit 168ca527be
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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,