Index: webkit/glue/plugins/nphostapi.h |
diff --git a/webkit/glue/plugins/nphostapi.h b/webkit/glue/plugins/nphostapi.h |
index 7985a57f9f086f220aefbe97ecc1fcfbeb7e6cbf..115c2d7ea2f61c5225d5ecd2d773fbe4828ca5c5 100644 |
--- a/webkit/glue/plugins/nphostapi.h |
+++ b/webkit/glue/plugins/nphostapi.h |
@@ -309,7 +309,7 @@ typedef struct _NPNetscapeFuncs { |
// |
// NPAPI library entry points |
// |
-#if defined(OS_LINUX) || defined(OS_FREEBSD) |
+#if defined(OS_POSIX) && !defined(OS_MACOSX) |
typedef NPError (API_CALL * NP_InitializeFunc)(NPNetscapeFuncs* pNFuncs, |
NPPluginFuncs* pPFuncs); |
#else |