зеркало из https://github.com/mozilla/pjs.git
Plugin SDK changes for Mac, NOT PART OF BUILD
This commit is contained in:
Родитель
9768ab365d
Коммит
eed1b8a977
|
@ -38,18 +38,18 @@
|
|||
#ifndef _NPPLAT_H_
|
||||
#define _NPPLAT_H_
|
||||
|
||||
#include "npapi.h"
|
||||
#include "npupp.h"
|
||||
#define HIBYTE(i) (i >> 8)
|
||||
#define LOBYTE(i) (i & 0xff)
|
||||
|
||||
/**************************************************/
|
||||
/* */
|
||||
/* Windows */
|
||||
/* */
|
||||
/**************************************************/
|
||||
#ifdef XP_WIN
|
||||
|
||||
#include "windows.h"
|
||||
|
||||
#include "npapi.h"
|
||||
#include "npupp.h"
|
||||
|
||||
#endif //XP_WIN
|
||||
|
||||
/**************************************************/
|
||||
|
@ -58,15 +58,7 @@
|
|||
/* */
|
||||
/**************************************************/
|
||||
#ifdef XP_UNIX
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "npapi.h"
|
||||
#include "npupp.h"
|
||||
|
||||
#define HIBYTE(i) (i >> 8)
|
||||
#define LOBYTE(i) (i & 0xff)
|
||||
|
||||
#endif //XP_UNIX
|
||||
|
||||
/**************************************************/
|
||||
|
@ -91,7 +83,7 @@
|
|||
#include <A4Stuff.h>
|
||||
|
||||
#include "jri.h"
|
||||
#include "npapi.h"
|
||||
|
||||
|
||||
// The Mixed Mode procInfos defined in npupp.h assume Think C-
|
||||
// style calling conventions. These conventions are used by
|
||||
|
@ -108,8 +100,6 @@
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#include "npupp.h"
|
||||
|
||||
#ifdef __MWERKS__
|
||||
#ifndef powerc
|
||||
#pragma pointers_in_A0
|
||||
|
|
Загрузка…
Ссылка в новой задаче