| Index: runtime/platform/c99_support_win.h
|
| diff --git a/runtime/platform/c99_support_win.h b/runtime/platform/c99_support_win.h
|
| index c01c248d6d4b74db8e6e4af6a8e71280749dbda1..d90f34dfe36520b2470131f074157ff3415068c2 100644
|
| --- a/runtime/platform/c99_support_win.h
|
| +++ b/runtime/platform/c99_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_C99_SUPPORT_WIN_H_
|
| -#define PLATFORM_C99_SUPPORT_WIN_H_
|
| +#ifndef RUNTIME_PLATFORM_C99_SUPPORT_WIN_H_
|
| +#define RUNTIME_PLATFORM_C99_SUPPORT_WIN_H_
|
|
|
| #if defined(_MSC_VER) && (_MSC_VER < 1800)
|
|
|
| @@ -79,4 +79,4 @@ static inline double round(double x) {
|
|
|
| #endif
|
|
|
| -#endif // PLATFORM_C99_SUPPORT_WIN_H_
|
| +#endif // RUNTIME_PLATFORM_C99_SUPPORT_WIN_H_
|
|
|