mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 03:23:04 +01:00
CORE-6145 - Fix Windows build.
This commit is contained in:
parent
6add872a1a
commit
51ee150915
@ -134,7 +134,7 @@ void TraceCfgReader::readConfig()
|
||||
try
|
||||
{
|
||||
#ifdef WIN_NT // !CASE_SENSITIVITY
|
||||
const unsigned regexFlags = SimilarToRegex::FLAG_CASE_INSENSITIVE;
|
||||
const unsigned regexFlags = SimilarToFlag::CASE_INSENSITIVE;
|
||||
#else
|
||||
const unsigned regexFlags = 0;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user