Macros
pluginmanager.cpp File Reference
Macros
#define
RETURN_STRING
(s)
Macro Definition Documentation
◆
RETURN_STRING
#define RETURN_STRING
(
s
)
Value:
do
\
{ \
char* contents = (
char
*)(s); \
string result(contents); \
BNFreeString(contents); \
return result; \
}
while
(0)