Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

jni_md.h

Go to the documentation of this file.
00001 /*
00002  * @(#)jni_md.h 1.11 00/02/02
00003  *
00004  * Copyright 1996-2000 Sun Microsystems, Inc. All Rights Reserved.
00005  * 
00006  * This software is the proprietary information of Sun Microsystems, Inc.  
00007  * Use is subject to license terms.
00008  * 
00009  */
00010 
00011 #ifndef _JAVASOFT_JNI_MD_H_
00012 #define _JAVASOFT_JNI_MD_H_
00013 
00014 #define JNIEXPORT __declspec(dllexport)
00015 #define JNIIMPORT __declspec(dllimport)
00016 #define JNICALL __stdcall
00017 
00018 typedef long jint;
00019 typedef __int64 jlong;
00020 typedef signed char jbyte;
00021 
00022 #endif /* !_JAVASOFT_JNI_MD_H_ */

Generated at Sun Jun 24 20:57:15 2001 for xdprof by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001