Merge pull request #4245 from bema-aei/fix_API_for_C_apps

fix API build for C apps
This commit is contained in:
Vitalii Koshura 2021-03-22 12:54:18 +01:00 committed by GitHub
commit c28adcc374
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -34,7 +34,9 @@
#include <dlfcn.h>
#endif
#ifdef __cplusplus
extern bool main_exited;
#endif
// some of the Android stuff below causes seg faults on some devices.
// Disable by default.