summaryrefslogtreecommitdiffstats
authorDon 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)
commit2b93c78ffe41b1ea9d5f03e639e53c5db118cc22 (patch) (side-by-side diff)
tree8af9e39192169b443c6cf966b582aef09c5cd272
parent6fd1026bde72c666fc40dd5ea0d9dbb4f2c1117c (diff)
downloadexp005-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.h2
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 @@
*/
#include <npapi.h>
-#include <npupp.h>
+#include <npfunctions.h>
NPError NP_Initialize(NPNetscapeFuncs* bFuncs, NPPluginFuncs* pFuncs);
NPError NP_Shutdown();

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.