Crossfire JXClient, Trunk
Macros | Typedefs
jni_md.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define JNICALL   __stdcall
 
#define JNIEXPORT   __declspec(dllexport)
 
#define JNIIMPORT   __declspec(dllimport)
 

Typedefs

typedef signed char jbyte
 
typedef long jint
 
typedef __int64 jlong
 

Macro Definition Documentation

◆ JNICALL

#define JNICALL   __stdcall

Definition at line 31 of file jni_md.h.

◆ JNIEXPORT

#define JNIEXPORT   __declspec(dllexport)

Definition at line 29 of file jni_md.h.

◆ JNIIMPORT

#define JNIIMPORT   __declspec(dllimport)

Definition at line 30 of file jni_md.h.

Typedef Documentation

◆ jbyte

typedef signed char jbyte

Definition at line 35 of file jni_md.h.

◆ jint

typedef long jint

Definition at line 33 of file jni_md.h.

◆ jlong

typedef __int64 jlong

Definition at line 34 of file jni_md.h.