{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1732707278,"commit_time":1734987967,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"6dacd2f208fc99bd9093c58db6aefcec15f9c8d3","message":"src: add `CURL_STRICMP()` macro, use `_stricmp()` on Windows\n\nAdd `CURL_STRICMP()` macro that works on all platforms depending on\nwhich lib C function is available.\n\nMake sure to always use `_stricmp()` on Windows, which is the\nnon-deprecated, official API for this on this platform. Before this\npatch it used a MinGW-specific call, or a deprecated compatibility\nwrapper with MSVC.\n\nDrop `stricmp` variant detections on Windows with autotools.\n\nhttps://learn.microsoft.com/cpp/c-runtime-library/reference/stricmp-wcsicmp-mbsicmp-stricmp-l-wcsicmp-l-mbsicmp-l\n\nRef: #15652\nCloses #15788\n","parents":["68bd759c2bfe74799c3355ad29265b795a7e6c62"],"tree_hash":"08e6014e9ba925872616fc2d618c6ec39012815d"}