8
0
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:
dimitr 2005-08-22 13:02:56 +00:00
parent 0eeea32284
commit 15fc8e9fbd

View File

@ -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