From: Sam Hocevar Date: Wed, 10 Aug 2005 14:19:32 +0000 (+0000) Subject: * mozilla/support/npunix.c: amd64 issue fix, NPP_GetJavaClass wasn't defined. X-Git-Tag: 0.8.4~927 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1671f596950481ab263c0d4582eb68155e02e33c;p=vlc * mozilla/support/npunix.c: amd64 issue fix, NPP_GetJavaClass wasn't defined. --- diff --git a/mozilla/support/npunix.c b/mozilla/support/npunix.c index 4b42f22197..81a2da2c3b 100644 --- a/mozilla/support/npunix.c +++ b/mozilla/support/npunix.c @@ -39,6 +39,7 @@ */ #define XP_UNIX 1 +#define OJI 1 #include #include "nscore.h"