| Index: runtime/platform/c99_support_win.h
|
| diff --git a/runtime/vm/c99_support_win.h b/runtime/platform/c99_support_win.h
|
| similarity index 90%
|
| rename from runtime/vm/c99_support_win.h
|
| rename to runtime/platform/c99_support_win.h
|
| index 96d4a3a773d1e8f9ae9709590afddbd7f1cd0639..5d1e97979eba0ccecd4b324643e421d7a6e770e6 100644
|
| --- a/runtime/vm/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 VM_C99_SUPPORT_WIN_H_
|
| -#define VM_C99_SUPPORT_WIN_H_
|
| +#ifndef PLATFORM_C99_SUPPORT_WIN_H_
|
| +#define PLATFORM_C99_SUPPORT_WIN_H_
|
|
|
| // Visual C++ is missing a bunch of C99 math macros and
|
| // functions. Define them here.
|
| @@ -49,4 +49,4 @@ static inline double round(double x) {
|
| }
|
| }
|
|
|
| -#endif // VM_C99_SUPPORT_WIN_H_
|
| +#endif // PLATFORM_C99_SUPPORT_WIN_H_
|
|
|