Skip to content
Snippets Groups Projects
Commit 81b67112 authored by Simon Koo's avatar Simon Koo
Browse files

make Windows.h lowercase for cross compiling from Linux

parent 06d64cda
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment