| Index: ppapi/c/pp_stdint.h
|
| ===================================================================
|
| --- ppapi/c/pp_stdint.h (revision 93091)
|
| +++ ppapi/c/pp_stdint.h (working copy)
|
| @@ -2,9 +2,14 @@
|
| * Use of this source code is governed by a BSD-style license that can be
|
| * found in the LICENSE file.
|
| */
|
| +
|
| +/* From pp_stdint.idl modified Mon Jul 18 17:53:53 2011. */
|
| +
|
| #ifndef PPAPI_C_PP_STDINT_H_
|
| #define PPAPI_C_PP_STDINT_H_
|
|
|
| +#include "ppapi/c/pp_macros.h"
|
| +
|
| /**
|
| * @file
|
| * This file provides a definition of C99 sized types
|
| @@ -12,6 +17,8 @@
|
| * for trusted modules.
|
| */
|
|
|
| +
|
| +
|
| /**
|
| *
|
| * @addtogroup Typedefs
|
| @@ -49,4 +56,6 @@
|
| /**
|
| * @}
|
| */
|
| +
|
| #endif /* PPAPI_C_PP_STDINT_H_ */
|
| +
|
|
|