Commit 0815f484 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* TEST: removing #include <jis.h> from the mozilla plugin to see if we really require Java support.

  if this breaks the linux or win32 mozilla plugin then it should be restored.
parent 06ab54ed
...@@ -45,7 +45,11 @@ ...@@ -45,7 +45,11 @@
#include <nsISupports.h> #include <nsISupports.h>
#include <nsMemory.h> #include <nsMemory.h>
#include <npapi.h> #include <npapi.h>
/* This is from mozilla java, do we really need it? */
#if 0
#include <jri.h> #include <jri.h>
#endif
#if !defined(XP_MACOSX) && !defined(XP_UNIX) && !defined(XP_WIN) #if !defined(XP_MACOSX) && !defined(XP_UNIX) && !defined(XP_WIN)
#define XP_UNIX 1 #define XP_UNIX 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment