Surrounded ANTHRAX with ifdef JAVA_OR_OJI to fix non-OJI case.

This commit is contained in:
cls%seawood.org 1998-09-04 05:15:42 +00:00
Родитель b57ef8c32f
Коммит 0e1e97c521
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -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 */