mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
14 lines
326 B
Diff
14 lines
326 B
Diff
--- np_sdk/mozsrc/npapi.h 2009-07-12 16:12:42.604105232 +0200
|
|
+++ np_sdk/mozsrc/npapi.h 2009-07-12 16:28:59.901456708 +0200
|
|
@@ -42,8 +42,9 @@
|
|
* Netscape client plug-in API spec
|
|
*/
|
|
|
|
-#ifndef _NPAPI_H_
|
|
+#if !defined(_NPAPI_H_) && !defined(npapi_h_)
|
|
#define _NPAPI_H_
|
|
+#define npapi_h_
|
|
|
|
#ifdef __OS2__
|
|
#pragma pack(1)
|
|
|