| OLD | NEW |
| (Empty) | |
| 1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. |
| 4 */ |
| 5 |
| 6 /* From test_cgen/stdint.idl modified Thu Aug 18 16:20:46 2011. */ |
| 7 |
| 8 #ifndef PPAPI_C_TEST_CGEN_STDINT_H_ |
| 9 #define PPAPI_C_TEST_CGEN_STDINT_H_ |
| 10 |
| 11 #include "ppapi/c/pp_macros.h" |
| 12 |
| 13 /** |
| 14 * @file |
| 15 * This file provides a definition of C99 sized types |
| 16 * for Microsoft compilers. These definitions only apply |
| 17 * for trusted modules. |
| 18 */ |
| 19 |
| 20 #endif /* PPAPI_C_TEST_CGEN_STDINT_H_ */ |
| 21 |
| OLD | NEW |