summaryrefslogtreecommitdiff
path: root/np_sdk
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-11-08 11:33:31 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-11-08 11:33:31 +0100
commit29f83de2465c6151036b65ea326432fd9b16572c (patch)
tree63a31b7c736362671d3b02fd2c985d8bf4863b3a /np_sdk
parenta2dacd920513485140254729f23ed932c52cdad4 (diff)
Unbreak windows build
Diffstat (limited to 'np_sdk')
-rw-r--r--np_sdk/inc/npapi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/np_sdk/inc/npapi.h b/np_sdk/inc/npapi.h
index e6907beb3046..d67dcd3c35d4 100644
--- a/np_sdk/inc/npapi.h
+++ b/np_sdk/inc/npapi.h
@@ -784,10 +784,7 @@ extern "C" {
/* NPP_* functions are provided by the plugin and called by the navigator. */
-#if defined(XP_UNIX)
char* NPP_GetMIMEDescription(void);
-#endif
-
NPError NP_LOADDS NPP_New(NPMIMEType pluginType, NPP instance,
uint16_t mode, int16_t argc, char* argn[],
char* argv[], NPSavedData* saved);