diff options
author | Jan Nieuwenhuizen <janneke@gnu.org> | 2011-04-28 18:12:31 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2011-04-28 18:12:31 +0200 |
commit | 1cf9f61195fdec798e8f696fc3356f4473eb4750 (patch) | |
tree | e589c08660e02263e1d3f569bd5441c75954bb02 /extensions/source | |
parent | 1f784b2875580345cc041c5e6c601713de50fbf6 (diff) |
build-fix-xulrunner-npapi-inc.diff: build with xulrunner-1.9.1
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/plugin/inc/plugin/unx/plugcon.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/plugin/inc/plugin/unx/plugcon.hxx b/extensions/source/plugin/inc/plugin/unx/plugcon.hxx index 1242608ee..dc82c9fe0 100644 --- a/extensions/source/plugin/inc/plugin/unx/plugcon.hxx +++ b/extensions/source/plugin/inc/plugin/unx/plugcon.hxx @@ -98,7 +98,7 @@ extern "C" { # endif #endif -#ifndef _NPAPI_H_ +#if ! defined ( _NPAPI_H_) && ! defined (npapi_h_) extern "C" { #include <npsdk/npupp.h> } |