| Index: runtime/platform/inttypes_support_win.h
|
| diff --git a/runtime/platform/inttypes_support_win.h b/runtime/platform/inttypes_support_win.h
|
| index 34d83a45a0e088c084e0b96457deb9c6385776d2..06d4053a65b1bedf40c3c8c77173245867f623d0 100644
|
| --- a/runtime/platform/inttypes_support_win.h
|
| +++ b/runtime/platform/inttypes_support_win.h
|
| @@ -2,8 +2,8 @@
|
| // 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 PLATFORM_INTTYPES_SUPPORT_WIN_H_
|
| -#define PLATFORM_INTTYPES_SUPPORT_WIN_H_
|
| +#ifndef RUNTIME_PLATFORM_INTTYPES_SUPPORT_WIN_H_
|
| +#define RUNTIME_PLATFORM_INTTYPES_SUPPORT_WIN_H_
|
|
|
| typedef signed __int8 int8_t;
|
| typedef signed __int16 int16_t;
|
| @@ -24,4 +24,4 @@ typedef unsigned __int64 uint64_t;
|
| #define PRIu64 "I64u"
|
| #define PRIx64 "I64x"
|
|
|
| -#endif // PLATFORM_INTTYPES_SUPPORT_WIN_H_
|
| +#endif // RUNTIME_PLATFORM_INTTYPES_SUPPORT_WIN_H_
|
|
|