added extern C on epicsExportRegistrar
This commit is contained in:
@@ -58,4 +58,7 @@ std::cout << "exampleMonitorPluginRegister\n";
|
||||
}
|
||||
std::cout << "exampleMonitorPluginRegister returning\n";
|
||||
}
|
||||
epicsExportRegistrar(exampleMonitorPluginRegister);
|
||||
|
||||
extern "C" {
|
||||
epicsExportRegistrar(exampleMonitorPluginRegister);
|
||||
}
|
||||
Reference in New Issue
Block a user