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>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern bool main_exited;
|
||||
#endif
|
||||
|
||||
// some of the Android stuff below causes seg faults on some devices.
|
||||
// Disable by default.
|
||||
|
|
Loading…
Reference in New Issue