Skip to content
Snippets Groups Projects
Commit 0b6f3678 authored by Bernd Machenschalk's avatar Bernd Machenschalk
Browse files

fix API build for C apps

-  protect bool variable in cplusplus in diagnostics.h
parent aac02d1c
Branches
Tags current_brp_apps
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment