Unbreak windows build

This commit is contained in:
Fridrich Štrba 2011-11-08 11:33:31 +01:00
parent a2dacd9205
commit 29f83de246

View File

@ -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);