forked from organicmaps/organicmaps
[android] Fixed missing OpenGL calling convention for armeabi-v7a-hard
This commit is contained in:
parent
13b1b976a2
commit
166f42ec0a
1 changed files with 3 additions and 1 deletions
|
@ -48,8 +48,10 @@
|
|||
#endif
|
||||
|
||||
|
||||
#ifdef OMIM_OS_WINDOWS
|
||||
#if defined(OMIM_OS_WINDOWS)
|
||||
#define OPENGL_CALLING_CONVENTION __stdcall
|
||||
#elif defined(OMIM_OS_ANDROID)
|
||||
#define OPENGL_CALLING_CONVENTION __NDK_FPABI__
|
||||
#else
|
||||
#define OPENGL_CALLING_CONVENTION
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue