8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 06:03:02 +01:00

CORE-6145 - Fix Windows build.

This commit is contained in:
Adriano dos Santos Fernandes 2019-09-19 13:35:33 -03:00 committed by GitHub
parent 6add872a1a
commit 51ee150915
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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