author | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-12-04 15:00:54 (GMT) |
---|---|---|
committer | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-12-04 15:00:54 (GMT) |
commit | 2b93c78ffe41b1ea9d5f03e639e53c5db118cc22 (patch) (unidiff) | |
tree | 8af9e39192169b443c6cf966b582aef09c5cd272 | |
parent | 6fd1026bde72c666fc40dd5ea0d9dbb4f2c1117c (diff) | |
download | exp005-2b93c78ffe41b1ea9d5f03e639e53c5db118cc22.zip exp005-2b93c78ffe41b1ea9d5f03e639e53c5db118cc22.tar.gz exp005-2b93c78ffe41b1ea9d5f03e639e53c5db118cc22.tar.bz2 |
Modified to allow building with new version of plugin API.
-rw-r--r-- | src/plugin/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugin/plugin.h b/src/plugin/plugin.h index 2f1d505..3654c21 100644 --- a/src/plugin/plugin.h +++ b/src/plugin/plugin.h | |||
@@ -7,7 +7,7 @@ | |||
7 | */ | 7 | */ |
8 | 8 | ||
9 | #include <npapi.h> | 9 | #include <npapi.h> |
10 | #include <npupp.h> | 10 | #include <npfunctions.h> |
11 | 11 | ||
12 | NPError NP_Initialize(NPNetscapeFuncs* bFuncs, NPPluginFuncs* pFuncs); | 12 | NPError NP_Initialize(NPNetscapeFuncs* bFuncs, NPPluginFuncs* pFuncs); |
13 | NPError NP_Shutdown(); | 13 | NPError NP_Shutdown(); |