emacs-devel
[Top][All Lists]
Advanced

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

Re: Build failure on M$ (using MSVC): Patch enclosed


From: Eli Zaretskii
Subject: Re: Build failure on M$ (using MSVC): Patch enclosed
Date: Fri, 23 May 2008 11:30:14 +0300

> Date: Thu, 22 May 2008 12:26:11 +0530
> From: dhruva <address@hidden>
> Cc: "Eli Zaretskii" <address@hidden>, address@hidden
> 
>  For fixing the build failure on M$ in src/font.c, there is a more
> elegant alternative approach.
> 
> 1. Remove the "#include <strings.h>" from that file
> 2. Define HAVE_STRINGS_H if using GCC or define HAVE_STRING_H if using
> MSVC. src/config.h and nt/config.nt both include string/strings header
> based on the above define.
> 3. Retain the strcasecmp to stricmp in src/s/ms-w32.h

Actually, we shouldn't be using strings.h at all, since it's a
non-standard header.




reply via email to

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