| Index: runtime/bin/socket_win.h
|
| diff --git a/runtime/bin/socket_win.h b/runtime/bin/socket_win.h
|
| index 7b71e384fb0a7ac10f544375344cbacdb9e287ba..38aeea2d3a020c3296a7d4fe7c02c6c31b84f2a0 100644
|
| --- a/runtime/bin/socket_win.h
|
| +++ b/runtime/bin/socket_win.h
|
| @@ -2,10 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#ifndef BIN_SOCKET_WIN_H_
|
| -#define BIN_SOCKET_WIN_H_
|
| +#ifndef RUNTIME_BIN_SOCKET_WIN_H_
|
| +#define RUNTIME_BIN_SOCKET_WIN_H_
|
|
|
| -#if !defined(BIN_SOCKET_H_)
|
| +#if !defined(RUNTIME_BIN_SOCKET_H_)
|
| #error Do not include socket_win.h directly. Use socket.h.
|
| #endif
|
|
|
| @@ -14,4 +14,4 @@
|
| #include <winsock2.h>
|
| #include <ws2tcpip.h>
|
|
|
| -#endif // BIN_SOCKET_WIN_H_
|
| +#endif // RUNTIME_BIN_SOCKET_WIN_H_
|
|
|