OLD | NEW |
(Empty) | |
| 1 /* |
| 2 * Copyright (c) 2012 The Native Client Authors. All rights reserved. |
| 3 * Use of this source code is governed by a BSD-style license that can be |
| 4 * found in the LICENSE file. |
| 5 */ |
| 6 #ifndef NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_SHIM_H_ |
| 7 #define NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_SHIM_H_ |
| 8 |
| 9 /* |
| 10 * This should be kept in sync with NACL_IRT_PPAPIHOOK_v0_1. |
| 11 * It is also using the nacl_irt_ppapihook API. |
| 12 */ |
| 13 |
| 14 #define NACL_IRT_PPAPIHOOK_SHIMMED_v0_1 "nacl-irt-ppapihook-shimmed-0.1" |
| 15 |
| 16 #endif /* NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_SHIM_H */ |
OLD | NEW |