]> git.sesse.net Git - vlc/commitdiff
* TEST: removing #include <jis.h> from the mozilla plugin to see if we really require...
authorDerk-Jan Hartman <hartman@videolan.org>
Tue, 8 Mar 2005 23:25:11 +0000 (23:25 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Tue, 8 Mar 2005 23:25:11 +0000 (23:25 +0000)
  if this breaks the linux or win32 mozilla plugin then it should be restored.

mozilla/vlcshell.cpp

index c5be39751c4c893ffd74fec33caf92cef8f71e62..1983daf4255084edeacfe10c08b2708c01e23424 100644 (file)
 #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