{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1736389983,"commit_time":1736420294,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"8363dd51bcce80a3e55c1785eeff41136adc67eb","message":"msvc: drop checks for ancient versions\n\n- drop version guard for `__inline`.\n  Supported since `_MSC_VER` 1000.\n  Visual C++, 32-bit, version 4.0 (1996)\n\n- drop version guard for `__declspec(noreturn)` and `__forceinline`.\n  Supported since `_MSC_VER` 1200.\n  Visual C++, 32-bit, version 6.0 (1998)\n\nFor ancient versions, it's possible to override the default behaviour\nby setting these macros via `CPPFLAGS`: `CURL_NORETURN`, `CURL_INLINE`,\n`CURL_FORCEINLINE`\n\nCloses #15946\n","parents":["a394b7844652902c5f8a5771c533e0359ff09f85"],"tree_hash":"4c24ab6577796c0d33f81350335efd9871aa6ca2"}