[Libreoffice-commits] .: np_sdk/inc

Fridrich Strba fridrich at kemper.freedesktop.org
Tue Nov 8 02:34:04 PST 2011


 np_sdk/inc/npapi.h |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 29f83de2465c6151036b65ea326432fd9b16572c
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Tue Nov 8 11:33:31 2011 +0100

    Unbreak windows build

diff --git a/np_sdk/inc/npapi.h b/np_sdk/inc/npapi.h
index e6907be..d67dcd3 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);


More information about the Libreoffice-commits mailing list