mirror of https://github.com/BOINC/boinc.git
Merge pull request #4245 from bema-aei/fix_API_for_C_apps
fix API build for C apps
This commit is contained in:
commit
c28adcc374
|
@ -34,7 +34,9 @@
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
extern bool main_exited;
|
extern bool main_exited;
|
||||||
|
#endif
|
||||||
|
|
||||||
// some of the Android stuff below causes seg faults on some devices.
|
// some of the Android stuff below causes seg faults on some devices.
|
||||||
// Disable by default.
|
// Disable by default.
|
||||||
|
|
Loading…
Reference in New Issue