diff options
author | David Garcia Quintas <dgq@google.com> | 2016-03-15 14:53:05 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-03-15 14:53:05 -0700 |
commit | 3598d4457d508a904cef70fd6fdbb632af7e7e09 (patch) | |
tree | 00c8b02752c1697e0092c3336514232fe3566f0d /src/core/iomgr/iocp_windows.h | |
parent | 7d5383690308f2dd7ac274c6fbe13da9bff53dde (diff) |
Fixed include guards
Diffstat (limited to 'src/core/iomgr/iocp_windows.h')
-rw-r--r-- | src/core/iomgr/iocp_windows.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/iomgr/iocp_windows.h b/src/core/iomgr/iocp_windows.h index 8b2b1aeb5c..570b8925aa 100644 --- a/src/core/iomgr/iocp_windows.h +++ b/src/core/iomgr/iocp_windows.h @@ -31,8 +31,8 @@ * */ -#ifndef GRPC_INTERNAL_CORE_IOMGR_IOCP_WINDOWS_H -#define GRPC_INTERNAL_CORE_IOMGR_IOCP_WINDOWS_H +#ifndef GRPC_CORE_IOMGR_IOCP_WINDOWS_H +#define GRPC_CORE_IOMGR_IOCP_WINDOWS_H #include <grpc/support/sync.h> @@ -60,4 +60,4 @@ void grpc_socket_notify_on_read(grpc_exec_ctx *exec_ctx, grpc_winsocket *winsocket, grpc_closure *closure); -#endif /* GRPC_INTERNAL_CORE_IOMGR_IOCP_WINDOWS_H */ +#endif /* GRPC_CORE_IOMGR_IOCP_WINDOWS_H */ |