{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1752406605,"commit_time":1752491912,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"2f3890baaf9873c4c901e4d1a6ddee4ff3c283cf","message":"config-win32: fix default targets, shorten macro logic\n\nWhen using winbuild or Visual Studio IDE Project Files.\nTo simplify and prepare for dropping support for VS2008.\n\nDetails:\n- fix VS2012 default target to be Windows 8 (was Vista).\n  Confirmed by CI:\n  ```\n  -- The C compiler identification is MSVC 17.0.61030.0\n  -- Found _WIN32_WINNT=0x0602\n  ```\n  Ref: https://ci.appveyor.com/project/curlorg/curl/builds/51594696/job/elbl0w5n7fmoos2f#L45\n  It also aligns with the default being Windows 7 for VS2010,\n  and Windows Vista for VS2008.\n- bump minimum target to XP (was Windows 2000) when using VS2008.\n  curl requires XP.\n- add Windows release names to comments for clarity.\n- add hex Windows version to a comment for clarity.\n- merge VS2008/VS2012 minimum/default logic and comments.\n- reduce scope of local minimum/default macros.\n- shorten comments to fit within line limit.\n\nCloses #17916\n","parents":["245783338cb0bd50cafc152cfc2be5c69fa0b725"],"tree_hash":"f016c97af52fe8a178245d1599179894d7f1dee8"}