donut icon indicating copy to clipboard operation
donut copied to clipboard

Fix implementation of stricmp

Open dismantl opened this issue 3 years ago • 0 comments

This fixes the implementation of stricmp so it properly compares strings and returns 0 only when they are equal case-insensitive. As mentioned in PR #1, this allows Donut to work with MSVC.

dismantl avatar Oct 11 '22 16:10 dismantl