mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:43:04 +01:00
Fixed another UDF access issue.
This commit is contained in:
parent
0eeea32284
commit
15fc8e9fbd
@ -102,6 +102,7 @@ namespace {
|
||||
#ifdef WIN_NT
|
||||
// to avoid implicit .dll suffix
|
||||
{MOD_SUFFIX, ".", false},
|
||||
{MOD_SUFFIX, ".DLL", false},
|
||||
#endif
|
||||
|
||||
// always try to use module "as is"
|
||||
@ -116,10 +117,6 @@ namespace {
|
||||
{MOD_PREFIX, "lib", true},
|
||||
#endif
|
||||
|
||||
#ifdef WIN_NT
|
||||
{MOD_SUFFIX, ".DLL", true},
|
||||
#endif
|
||||
|
||||
#ifdef DARWIN
|
||||
{MOD_SUFFIX, ".so", true},
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user