[PEFIXUP] Section names are case-sensitive, so we can just use strncmp() instead...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Sun, 11 Apr 2021 00:24:19 +0000 (02:24 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Wed, 5 May 2021 17:15:02 +0000 (19:15 +0200)
commiteb29a331692542cc51e2d9c6522ccb55786d761c
treeba5777ae4da9e665539d4c55a9c1aee9bd4f0590
parentea26767353361622762a46a14e1e82e2bfb45eb0
[PEFIXUP] Section names are case-sensitive, so we can just use strncmp() instead of the non-standard strncasecmp() for names comparisons. (#3598)
sdk/tools/pefixup.c