diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 04:00:33 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-13 04:00:33 +0000 |
commit | 37fe036a2c3e907a5790561e11292904426db144 (patch) | |
tree | 4b4c928830476c7450ffd5c69ca9f222ddbcfded /ppapi/thunk/interfaces_preamble.h | |
parent | ad432d686c8529838448f6639130f1290db9d5a5 (diff) | |
download | chromium_src-37fe036a2c3e907a5790561e11292904426db144.zip chromium_src-37fe036a2c3e907a5790561e11292904426db144.tar.gz chromium_src-37fe036a2c3e907a5790561e11292904426db144.tar.bz2 |
Revert r100853, 100851. Win_shared build is broken.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/thunk/interfaces_preamble.h')
-rw-r--r-- | ppapi/thunk/interfaces_preamble.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/ppapi/thunk/interfaces_preamble.h b/ppapi/thunk/interfaces_preamble.h deleted file mode 100644 index 7fe1d77..0000000 --- a/ppapi/thunk/interfaces_preamble.h +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. -// Use of this source code is governed by a BSD-style license that can be -// found in the LICENSE file. - -// This file defines empty versions of the macros used in the interfaces_*.h -// files, as long as they aren't already defined. This allows users of those -// files to only implement the macros they need, and everything else will -// compile. -// -// Include this file at the top, and interfaces_postamble.h at the bottom. The -// postamble will clean up these definitions. - -#ifndef PROXIED_API -#define PROXIED_API(api_name) -#define UNDEFINE_PROXIED_API -#endif - -#ifndef UNPROXIED_API -#define UNPROXIED_API(api_name) -#define UNDEFINE_UNPROXIED_API -#endif - -#ifndef PROXIED_IFACE -#define PROXIED_IFACE(api_name, iface_str, iface_struct) -#define UNDEFINE_PROXIED_IFACE -#endif - -#ifndef UNPROXIED_IFACE -#define UNPROXIED_IFACE(api_name, iface_str, iface_struct) -#define UNDEFINE_UNPROXIED_IFACE -#endif |