* commit '8d9f0118926d54b5a5fc1508a7c43aa661839f1f': Fix build
This commit is contained in:
commit
44615b8818
@ -24,11 +24,14 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define ANDROID_BITMAP_RESUT_SUCCESS 0
|
#define ANDROID_BITMAP_RESULT_SUCCESS 0
|
||||||
#define ANDROID_BITMAP_RESULT_BAD_PARAMETER -1
|
#define ANDROID_BITMAP_RESULT_BAD_PARAMETER -1
|
||||||
#define ANDROID_BITMAP_RESULT_JNI_EXCEPTION -2
|
#define ANDROID_BITMAP_RESULT_JNI_EXCEPTION -2
|
||||||
#define ANDROID_BITMAP_RESULT_ALLOCATION_FAILED -3
|
#define ANDROID_BITMAP_RESULT_ALLOCATION_FAILED -3
|
||||||
|
|
||||||
|
/* Backward compatibility: this macro used to be misspelled. */
|
||||||
|
#define ANDROID_BITMAP_RESUT_SUCCESS ANDROID_BITMAP_RESULT_SUCCESS
|
||||||
|
|
||||||
enum AndroidBitmapFormat {
|
enum AndroidBitmapFormat {
|
||||||
ANDROID_BITMAP_FORMAT_NONE = 0,
|
ANDROID_BITMAP_FORMAT_NONE = 0,
|
||||||
ANDROID_BITMAP_FORMAT_RGBA_8888 = 1,
|
ANDROID_BITMAP_FORMAT_RGBA_8888 = 1,
|
||||||
|
Loading…
Reference in New Issue
Block a user