View | Details | Raw Unified
Collapse All | Expand All

(-) file_not_specified_in_diff (-3 / +3 lines)
 Lines 57-63    Link Here 
#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?
 Lines 43-49    Link Here 
#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" {
 Lines 48-54    Link Here 
#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