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.
6 /* From test_cgen/stdint.idl modified Thu Aug 18 16:20:46 2011. */
8 #ifndef PPAPI_C_TEST_CGEN_STDINT_H_
9 #define PPAPI_C_TEST_CGEN_STDINT_H_
11 #include "ppapi/c/pp_macros.h"
15 * This file provides a definition of C99 sized types
16 * for Microsoft compilers. These definitions only apply
17 * for trusted modules.
20 #endif /* PPAPI_C_TEST_CGEN_STDINT_H_ */