|
|
#ifndef JNI_MD_H | #ifndef JNI_MD_H |
#define JNI_MD_H | #define JNI_MD_H |
| |
#include "prtypes.h" /* needed for _declspec */ |
#include <nspr/prtypes.h> /* needed for _declspec */ |
| |
/******************************************************************************* | /******************************************************************************* |
* WHAT'S UP WITH THIS FILE? | * WHAT'S UP WITH THIS FILE? |
|
|
#define JRI_MD_H | #define JRI_MD_H |
| |
#include <assert.h> | #include <assert.h> |
#include "prtypes.h" /* Needed for HAS_LONG_LONG ifdefs */ |
#include <nspr/prtypes.h> /* Needed for HAS_LONG_LONG ifdefs */ |
| |
#ifdef __cplusplus | #ifdef __cplusplus |
extern "C" { | extern "C" { |
|
|
#pragma pack(1) | #pragma pack(1) |
#endif | #endif |
| |
#include "prtypes.h" |
#include <nspr/prtypes.h> |
/* Copied from xp_core.h */ | /* Copied from xp_core.h */ |
/* removed #ifdef for hpux defined in /usr/include/model.h */ | /* removed #ifdef for hpux defined in /usr/include/model.h */ |
#ifndef XP_MAC | #ifndef XP_MAC |