]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Stop using MS-deprecated names stricmp and strnicmp.
authorSimon Tatham <anakin@pobox.com>
Sun, 5 Feb 2017 11:13:45 +0000 (11:13 +0000)
committerSimon Tatham <anakin@pobox.com>
Sun, 5 Feb 2017 11:53:58 +0000 (11:53 +0000)
commitc7f466309c5052271adc7e433cc415407ee2325b
tree05d9cf45325278796ccc3eb07dc06deeb7aa5ad1
parent730a9fdfe3d624bb663557c67f89d2cf8b575964
Stop using MS-deprecated names stricmp and strnicmp.

clang-cl generates warnings saying they're deprecated, in favour of
the same names but prefixed with an underscore. The warnings are
coming from the standard MS headers, and I'm already #defining those
names differently on Unix, so I'll honour them.
windows/winstuff.h