PCSC4Java  0.2
Library PCSC for Java language.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
D:/Affaire/Perso/SmartCardToolBox/pcsc4java-framework-0.2/jni/PCSC/windows/jni_md.h
Go to the documentation of this file.
00001 /*
00002  * @(#)jni_md.h 1.16 10/03/23
00003  *
00004  * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
00005  * ORACLE 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_ */