mirror of
https://github.com/videolan/vlc.git
synced 2024-12-11 10:44:38 +08:00
* 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:
parent
06ab54ed3c
commit
0815f48408
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user