BWAPI
EISBot/c_src/include/jni/win32/jni_md.h
Go to the documentation of this file.
00001 /*
00002  * @(#)jni_md.h 1.15 05/11/17
00003  *
00004  * Copyright 2006 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 __declspec(dllexport)
00012 #define JNIIMPORT __declspec(dllimport)
00013 #define JNICALL __stdcall
00014 
00015 typedef long jint;
00016 typedef __int64 jlong;
00017 typedef signed char jbyte;
00018 
00019 #endif /* !_JAVASOFT_JNI_MD_H_ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines