IDEA-51844 (CVS: provide some message if Import fails since user has no write access...
[fedora-idea.git] / native / IdeaWin32 / jni_md.h
blob9f0cfa46383774a3bdd24724456022bccd63b96e
1 /*
2 * @(#)jni_md.h 1.15 05/11/17
4 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
5 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
6 */
8 #ifndef _JAVASOFT_JNI_MD_H_
9 #define _JAVASOFT_JNI_MD_H_
11 #define JNIEXPORT __declspec(dllexport)
12 #define JNIIMPORT __declspec(dllimport)
13 #define JNICALL __stdcall
15 typedef long jint;
16 typedef __int64 jlong;
17 typedef signed char jbyte;
19 #endif /* !_JAVASOFT_JNI_MD_H_ */