jni_md.h
Go to the documentation of this file.
00001 /*
00002  * @(#)jni_md.h 1.17 03/01/23
00003  *
00004  * Copyright 2003 Sun Microsystems, Inc. All rights reserved.
00005  * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
00006  */
00007 
00008 #ifndef _JAVASOFT_JNI_MD_H_
00009 #define _JAVASOFT_JNI_MD_H_
00010 
00011 #define JNIEXPORT 
00012 #define JNIIMPORT
00013 #define JNICALL
00014 
00015 typedef int jint;
00016 #ifdef _LP64 /* 64-bit Solaris */
00017 typedef long jlong;
00018 #else
00019 typedef long long jlong;
00020 #endif
00021 
00022 typedef signed char jbyte;
00023 
00024 #endif /* !_JAVASOFT_JNI_MD_H_ */


pedal_monitor
Author(s): Pedro Mendes
autogenerated on Fri Jun 6 2014 18:37:21