Bill Karh <[EMAIL PROTECTED]> writes: > Hey, > > I'm unable to build the latest CVS version with MSVC. There is a > compiler problem with src/process.c and the "strncasecmp" and > "strcasecmp" symbols. Here is the patch.
Hi Bill, Thank you for the bug report and patch. > +#define strcasecmp _stricmp > +#define strncasecmp _strnicmp I'll install a different patch shortly, avoiding the use of those functions. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
