Commit d945a9cc authored by peterlubczynski%netscape.com's avatar peterlubczynski%netscape.com
Browse files

Plugin SDK changes for Mac, NOT PART OF BUILD

parent 6165bc44
Loading
Loading
Loading
Loading
+6 −16
Original line number Diff line number Diff line
@@ -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