Index: third_party/npapi/bindings/npapi.h |
diff --git a/third_party/npapi/bindings/npapi.h b/third_party/npapi/bindings/npapi.h |
index 954a0edb1da9f22fe9af2942563ccb3f120d3e63..1ab64634971232d887d193b448389e7131542a06 100644 |
--- a/third_party/npapi/bindings/npapi.h |
+++ b/third_party/npapi/bindings/npapi.h |
@@ -103,6 +103,13 @@ |
# endif /* XP_WIN */ |
#endif /* _WINDOWS */ |
+// BEGIN GOOGLE MODIFICATIONS |
+// On Linux, be sure to set the Mozilla-specific flag. |
+#ifdef OS_LINUX |
+#define XP_UNIX 1 |
+#endif |
+// END GOOGLE MODIFICATIONS |
+ |
#ifdef __MWERKS__ |
# define _declspec __declspec |
# ifdef __INTEL__ |