在 2024-08-13 04:33, Rafael Kitover 写道:
Apologies in advance if this is the wrong place to ask about this.
I recently ran into a problem in a project I'm working on, which is a
binary using the Cygwin runtime, where linking failed to find a CRT
function, stricmp() in this case.
For the time bein
Apologies in advance if this is the wrong place to ask about this.
I recently ran into a problem in a project I'm working on, which is a
binary using the Cygwin runtime, where linking failed to find a CRT
function, stricmp() in this case.
For the time being, I used a trivial reimplementation of t