diff options
Diffstat (limited to 'src/core/support/string_win32.h')
-rw-r--r-- | src/core/support/string_win32.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/support/string_win32.h b/src/core/support/string_win32.h index 5dbb40dbc3..0bc3247d9d 100644 --- a/src/core/support/string_win32.h +++ b/src/core/support/string_win32.h @@ -31,8 +31,8 @@ * */ -#ifndef __GRPC_SUPPORT_STRING_WIN32_H__ -#define __GRPC_SUPPORT_STRING_WIN32_H__ +#ifndef GRPC_INTERNAL_CORE_SUPPORT_STRING_WIN32_H +#define GRPC_INTERNAL_CORE_SUPPORT_STRING_WIN32_H #include <grpc/support/port_platform.h> @@ -46,4 +46,4 @@ LPSTR gpr_tchar_to_char(LPCTSTR input); #endif /* GPR_WIN32 */ -#endif /* __GRPC_SUPPORT_STRING_WIN32_H__ */ +#endif /* GRPC_INTERNAL_CORE_SUPPORT_STRING_WIN32_H */ |