8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 18:43:02 +01:00

Missing export direcrive

This commit is contained in:
aafemt 2015-11-06 16:43:49 +00:00
parent 6e8d27479f
commit 556175ca45
2 changed files with 2 additions and 2 deletions

View File

@ -263,7 +263,7 @@ Factory factory;
} // anonymous namespace
extern "C" void FB_PLUGIN_ENTRY_POINT(IMaster* m)
extern "C" void FB_DLL_EXPORT FB_PLUGIN_ENTRY_POINT(IMaster* m)
{
master = m;
pluginManager = master->getPluginManager();

View File

@ -271,7 +271,7 @@ Factory factory;
} // anonymous namespace
extern "C" void FB_PLUGIN_ENTRY_POINT(IMaster* m)
extern "C" void FB_DLL_EXPORT FB_PLUGIN_ENTRY_POINT(IMaster* m)
{
master = m;
pluginManager = master->getPluginManager();