am 470ec2be: am 0423f030: am 28c9c34d: am 6d2d58de: Merge "Fixed asset_manager.h, rect_manager.h, and jni.h"
* commit '470ec2be44ad2bed606ec9cdd7dcbdfc56de1b89': Fixed asset_manager.h, rect_manager.h, and jni.h
This commit is contained in:
@@ -18,6 +18,8 @@
|
|||||||
#ifndef ANDROID_ASSET_MANAGER_H
|
#ifndef ANDROID_ASSET_MANAGER_H
|
||||||
#define ANDROID_ASSET_MANAGER_H
|
#define ANDROID_ASSET_MANAGER_H
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -18,6 +18,8 @@
|
|||||||
#ifndef ANDROID_RECT_H
|
#ifndef ANDROID_RECT_H
|
||||||
#define ANDROID_RECT_H
|
#define ANDROID_RECT_H
|
||||||
|
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1144,8 +1144,8 @@ jint JNI_GetCreatedJavaVMs(JavaVM**, jsize, jsize*);
|
|||||||
* Prototypes for functions exported by loadable shared libs. These are
|
* Prototypes for functions exported by loadable shared libs. These are
|
||||||
* called by JNI, not provided by JNI.
|
* called by JNI, not provided by JNI.
|
||||||
*/
|
*/
|
||||||
JNIEXPORT jint JNI_OnLoad(JavaVM* vm, void* reserved);
|
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM* vm, void* reserved);
|
||||||
JNIEXPORT void JNI_OnUnload(JavaVM* vm, void* reserved);
|
JNIEXPORT void JNICALL JNI_OnUnload(JavaVM* vm, void* reserved);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user