зеркало из https://github.com/mozilla/pjs.git
Surrounded ANTHRAX with ifdef JAVA_OR_OJI to fix non-OJI case.
This commit is contained in:
Родитель
bf470faf92
Коммит
9eab9f3750
|
@ -43,7 +43,9 @@ typedef enum { NP_FullPage = 1, NP_Embedded } NPPageType;
|
|||
typedef void* NPReference;
|
||||
#define NPRefFromStart ((NPReference)NULL)
|
||||
|
||||
#ifdef JAVA_OR_OJI
|
||||
#define ANTHRAX
|
||||
#endif
|
||||
|
||||
/* it's lame that this is supposed to support more than plugins but
|
||||
it has plugin specific junk (wdata) in it -jg */
|
||||
|
|
Загрузка…
Ссылка в новой задаче