aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl/codegen/sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/impl/codegen/sync.h')
-rw-r--r--include/grpc/impl/codegen/sync.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc/impl/codegen/sync.h b/include/grpc/impl/codegen/sync.h
index 6fd7d64b29..5542482ed8 100644
--- a/include/grpc/impl/codegen/sync.h
+++ b/include/grpc/impl/codegen/sync.h
@@ -58,8 +58,8 @@
#if defined(GPR_POSIX_SYNC)
#include <grpc/impl/codegen/sync_posix.h>
-#elif defined(GPR_WIN32)
-#include <grpc/impl/codegen/sync_win32.h>
+#elif defined(GPR_WINDOWS)
+#include <grpc/impl/codegen/sync_windows.h>
#elif !defined(GPR_CUSTOM_SYNC)
#error Unable to determine platform for sync
#endif