| Index: runtime/platform/inttypes_support_win.h
|
| diff --git a/runtime/vm/inttypes_support_win.h b/runtime/platform/inttypes_support_win.h
|
| similarity index 79%
|
| rename from runtime/vm/inttypes_support_win.h
|
| rename to runtime/platform/inttypes_support_win.h
|
| index 6dc9b46d26f155e51ea045ba1120ab9acd9db2b9..1d26ef16eecc33b5b6e9317b3841365bab4e726d 100644
|
| --- a/runtime/vm/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 VM_INTTYPES_SUPPORT_WIN_H_
|
| -#define VM_INTTYPES_SUPPORT_WIN_H_
|
| +#ifndef PLATFORM_INTTYPES_SUPPORT_WIN_H_
|
| +#define PLATFORM_INTTYPES_SUPPORT_WIN_H_
|
|
|
| typedef signed __int8 int8_t;
|
| typedef signed __int16 int16_t;
|
| @@ -14,4 +14,4 @@ typedef unsigned __int16 uint16_t;
|
| typedef unsigned __int32 uint32_t;
|
| typedef unsigned __int64 uint64_t;
|
|
|
| -#endif // VM_INTTYPES_SUPPORT_WIN_H_
|
| +#endif // PLATFORM_INTTYPES_SUPPORT_WIN_H_
|
|
|