Disabling throwing exceptions (e.g. in /include/iprt/cdefs.h) can be achieved using throw().
“extern C” prevents name-mangling.
VirtualBox CDefs.h
Reply
Disabling throwing exceptions (e.g. in /include/iprt/cdefs.h) can be achieved using throw().
“extern C” prevents name-mangling.