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: dhruva
Subject: Re: Build failure on M$ (using MSVC): Patch enclosed
Date: Thu, 22 May 2008 12:26:11 +0530

Hi,
 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

-dhruva

-- 
Contents reflect my personal views only!




reply via email to

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