8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:43:04 +01:00

Disable CRT context activation hack for VS2003 build. This build should not be affected with CRT issues

This commit is contained in:
skidder 2009-03-02 03:55:01 +00:00
parent 1ea6d90ea1
commit 56fa3716ba

View File

@ -72,7 +72,9 @@ public:
hActCtx = INVALID_HANDLE_VALUE;
// if we don't use MSVC then we don't use MS CRT ?
#ifndef _MSC_VER
// NS: versions of MSVC before 2005 and, as preliminary reports suggest,
// after 2008 do not need this hack
#if !defined(_MSC_VER) || (_MSC_VER <= 1400)
return;
#else