* 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.
This commit is contained in:
Derk-Jan Hartman 2005-03-08 23:25:11 +00:00
parent 06ab54ed3c
commit 0815f48408

View File

@ -45,7 +45,11 @@
#include <nsISupports.h>
#include <nsMemory.h>
#include <npapi.h>
/* This is from mozilla java, do we really need it? */
#if 0
#include <jri.h>
#endif
#if !defined(XP_MACOSX) && !defined(XP_UNIX) && !defined(XP_WIN)
#define XP_UNIX 1