diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-07-07 13:50:59 -0700 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-07-07 13:50:59 -0700 |
commit | 22e217d8fdffac425f64a11b18886026060e767c (patch) | |
tree | 33048e60357a7fe96a985df59139f4943a39a38d /src/core/support/sync_win32.c | |
parent | 737aa9f1aec55e7f8e1d3f44d291aa5ea758c08c (diff) | |
parent | 772187cdf0ff9dfafd2e693474c51eeddfe4c800 (diff) |
Merge github.com:grpc/grpc into flow-like-lava-to-a-barnyard
Diffstat (limited to 'src/core/support/sync_win32.c')
-rw-r--r-- | src/core/support/sync_win32.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/support/sync_win32.c b/src/core/support/sync_win32.c index cc31d9b052..72f39f8d46 100644 --- a/src/core/support/sync_win32.c +++ b/src/core/support/sync_win32.c @@ -37,9 +37,6 @@ #ifdef GPR_WIN32 -#undef _WIN32_WINNT -#define _WIN32_WINNT 0x0600 -#include <windows.h> #include <grpc/support/log.h> #include <grpc/support/sync.h> #include <grpc/support/time.h> |