]> git.ipfire.org Git - thirdparty/git.git/commit
msvc: directly use MS version (_stricmp) of strcasecmp
authorSven Strickroth <email@cs-ware.de>
Mon, 19 Nov 2018 15:14:42 +0000 (16:14 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Nov 2018 01:57:13 +0000 (10:57 +0900)
commitd27525e519310b515b3014cef5920f80930a20ce
tree7779fe2efe8d429aca923d663faa2b42e15626bc
parentcae598d9980661a978e2df4fb338518f7bf09572
msvc: directly use MS version (_stricmp) of strcasecmp

This also removes an implicit conversion from size_t (unsigned) to int (signed).

_stricmp as well as _strnicmp are both available since VS2012.

Signed-off-by: Sven Strickroth <email@cs-ware.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
compat/msvc.h