Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Side by Side Diff: libraries/nacl-mounts/util/ppapi_version.h

Issue 9271014: Another ugly hack to work around ppapi header changes. (Closed) Base URL: http://naclports.googlecode.com/svn/trunk/src/
Patch Set: '' Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « libraries/nacl-mounts/pepper/PepperFileIOJob.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(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 PACKAGES_LIBRARIES_NACL_MOUNTS_UTIL_PPAPI_VERSION_H_
7 #define PACKAGES_LIBRARIES_NACL_MOUNTS_UTIL_PPAPI_VERSION_H_
8
9 // Horrible hack to determine ppapi version
10 // TODO: figure something out for 17
11 #include <ppapi/c/ppb_var.h>
12
13 #ifdef PPB_VAR_INTERFACE_1_1
14 #define ADHOC_PPAPI_VERSION 18
15 #else
16 #define ADHOC_PPAPI_VERSION 16
17 #endif
18
19 #endif // PACKAGES_LIBRARIES_NACL_MOUNTS_UTIL_VERSION_H_
OLDNEW
« no previous file with comments | « libraries/nacl-mounts/pepper/PepperFileIOJob.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698