mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 21:23:04 +01:00
Missing export direcrive
This commit is contained in:
parent
6e8d27479f
commit
556175ca45
@ -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();
|
||||
|
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user