Parent Directory
|
Revision Log
New revision for OOo 3.1.0, supports xulrunner 1.9.1, uses gio instead of gnome-vfs and utilizes more system libraries (lucene, redland, rhino) (Portage version: 2.1.6.13/cvs/Linux i686)
| 1 | suka | 1.1 | --- np_sdk/mozsrc/npapi.h 2009-07-12 16:12:42.604105232 +0200 |
| 2 | +++ np_sdk/mozsrc/npapi.h 2009-07-12 16:28:59.901456708 +0200 | ||
| 3 | @@ -42,8 +42,9 @@ | ||
| 4 | * Netscape client plug-in API spec | ||
| 5 | */ | ||
| 6 | |||
| 7 | -#ifndef _NPAPI_H_ | ||
| 8 | +#if !defined(_NPAPI_H_) && !defined(npapi_h_) | ||
| 9 | #define _NPAPI_H_ | ||
| 10 | +#define npapi_h_ | ||
| 11 | |||
| 12 | #ifdef __OS2__ | ||
| 13 | #pragma pack(1) |
| ViewVC Help | |
| Powered by ViewVC 1.1.13 |