| Index: runtime/include/dart_api.h
|
| diff --git a/runtime/include/dart_api.h b/runtime/include/dart_api.h
|
| index 9ec2174fcafcb042f645a9513299c62d9d9c37b0..4084fcaef642c2f5998f3faa82df248566a7f0e1 100755
|
| --- a/runtime/include/dart_api.h
|
| +++ b/runtime/include/dart_api.h
|
| @@ -21,12 +21,6 @@
|
| #define DART_EXTERN_C
|
| #endif
|
|
|
| -// __STDC_FORMAT_MACROS has to be defined before including <inttypes.h> to
|
| -// enable platform independent printf format specifiers.
|
| -#ifndef __STDC_FORMAT_MACROS
|
| -#define __STDC_FORMAT_MACROS
|
| -#endif
|
| -
|
| #if defined(__CYGWIN__)
|
| #error Tool chain and platform not supported.
|
| #elif defined(_WIN32)
|
|
|