emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: w32 build problem in src/process.c


From: Kim F. Storm
Subject: Re: w32 build problem in src/process.c
Date: Thu, 07 Dec 2006 10:05:24 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

Bill Karh <address@hidden> 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 <address@hidden> http://www.cua.dk





reply via email to

[Prev in Thread] Current Thread [Next in Thread]