make Windows.h lowercase for cross compiling from Linux

pull/1421/head
Simon Koo 10 years ago
parent 06d64cda3c
commit 81b67112b8
  1. 2
      src/core/support/cpu_windows.c

@ -34,7 +34,7 @@
#include <grpc/support/port_platform.h>
#ifdef GPR_WIN32
#include <Windows.h>
#include <windows.h>
#include <grpc/support/log.h>
unsigned gpr_cpu_num_cores(void) {

Loading…
Cancel
Save