home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / jreheadf.zip / jni_md.h < prev    next >
C/C++ Source or Header  |  2002-08-31  |  1KB  |  33 lines

  1. /*
  2.  * @(#)src/contract/jvm/pfm/jni_md.h, core, xn2131, 20020831 1.4.3.1
  3.  * ===========================================================================
  4.  * Licensed Materials - Property of IBM
  5.  * "Restricted Materials of IBM"
  6.  *
  7.  * IBM Java(tm)2 SDK, Standard Edition, v 1.3.1
  8.  * (C) Copyright IBM Corp. 1998, 2001. All Rights Reserved
  9.  * US Government Users Restricted Rights - Use, duplication or disclosure
  10.  * restricted by GSA ADP Schedule Contract with IBM Corp.
  11.  * ===========================================================================
  12.  */
  13.  
  14. /*
  15.  *
  16.  * ===========================================================================
  17.  *
  18.  * Copyright 1996-2000 Sun Microsystems, Inc. All Rights Reserved.
  19.  * ===========================================================================
  20.  */
  21.  
  22. #ifndef _JAVASOFT_JNI_MD_H_
  23. #define _JAVASOFT_JNI_MD_H_
  24.  
  25. #include <jniproto_md.h>                                              /*ibm.91*/
  26.  
  27. typedef long jint;
  28. typedef __int64 jlong;
  29. typedef signed char jbyte;
  30. typedef jint jsize;                                                 /*ibm@9237*/
  31.  
  32. #endif /* !_JAVASOFT_JNI_MD_H_ */
  33.