From: Mark R. <no...@gi...> - 2025-08-05 12:47:21
|
Branch: refs/heads/master Home: https://github.com/FirebirdSQL/firebird Commit: e554b27d2a9e172f35238e45e408c33356223ba6 https://github.com/FirebirdSQL/firebird/commit/e554b27d2a9e172f35238e45e408c33356223ba6 Author: Mark Rotteveel <mro...@us...> Date: 2025-08-05 (Tue, 05 Aug 2025) Changed paths: M CMakeLists.txt M builds/win32/msvc15/FirebirdCommon.props M extern/libcds/projects/Win/vc141/cds.vcxproj M src/common/classes/fb_string.h M src/common/classes/locks.cpp M src/common/os/win32/guid.cpp M src/common/os/win32/mod_loader.cpp M src/common/sha.cpp M src/common/sha2/sha2.h M src/dsql/StmtNodes.cpp M src/extlib/ib_util.cpp M src/include/gen/autoconfig_msvc.h Log Message: ----------- Explicitly default the expected Windows API to 0x0601 (Windows 7) (#8680) * Reject versions before Windows 7 (0x0601) * Ensure firebird.h is included first to avoid translation units unexpectedly using a different version or other config than defined in firebird.h * Also raise libcds expected Windows API to Windows 7 (0x601) instead of Windows 2000 (0x0500)/Windows XP (0x501) * Define _WIN32_WINNT in Firebird.Common.props To unsubscribe from these emails, change your notification settings at https://github.com/FirebirdSQL/firebird/settings/notifications |