repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Indentation fix, cleanup.
[AROS.git]
/
arch
/
all-android
/
bootstrap
/
android.h
blob
6457617f3666e467a0d2622f3a400f0d82a3c416
1
#include <jni.h>
2
3
/* The following is for DisplayError() function */
4
extern
JNIEnv
*
Java_Env
;
5
extern
jobject Java_Object
;
6
extern
jmethodID DisplayError_mid
;
7
extern
jmethodID HandleExit_mid
;