aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/iomgr_windows.c
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-04 23:35:41 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-02-04 23:35:41 +0100
commitee0c96c7fc4bdcf908969eedb96b248e33db1cbb (patch)
tree0ca350c69f4719de15a688b96ad4f320b6496b3e /src/core/iomgr/iomgr_windows.c
parent21f627ad0adeb41e49112ff071c40e5609f93736 (diff)
Second draft of the win32 implementation.
-) Client code is now threadsafe. -) The echo_client code runs and succeeds.
Diffstat (limited to 'src/core/iomgr/iomgr_windows.c')
-rw-r--r--src/core/iomgr/iomgr_windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/iomgr_windows.c b/src/core/iomgr/iomgr_windows.c
index 9cdf224ad7..5c8382e1c0 100644
--- a/src/core/iomgr/iomgr_windows.c
+++ b/src/core/iomgr/iomgr_windows.c
@@ -64,4 +64,4 @@ void grpc_iomgr_platform_shutdown(void) {
winsock_shutdown();
}
-#endif /* GRPC_IOMGRP_POSIX */
+#endif /* GRPC_WINSOCK_SOCKET */