extern C
This commit is contained in:
parent
5b3c4c83db
commit
10fde2cca9
|
@ -23,6 +23,13 @@
|
||||||
#define SetStringField(env, obj, fieldID, val) \
|
#define SetStringField(env, obj, fieldID, val) \
|
||||||
JENV->SetObjectField(env, obj, fieldID, JENV->NewStringUTF(env, val))
|
JENV->SetObjectField(env, obj, fieldID, JENV->NewStringUTF(env, val))
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
void win32_throw_exception(JNIEnv *env, char *msg);
|
void win32_throw_exception(JNIEnv *env, char *msg);
|
||||||
|
|
||||||
|
void win32_throw_last_error(JNIEnv *env);
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue