On Wed, 1 Jan 2003, Shachar Shemesh wrote:
Assuming this is a winelib app that is compiled within the wine source tree, what do I need to do (both makefile and include wise) to make it compile?
I think it would be best not to link with msvcrt. You could use lstrcmpiA as a replacement (exported by kernel32 and defined in winbase.h).