From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: draft patch to import md5 module from gnulib Date: Sun, 20 Feb 2011 02:54:25 -0500 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1298188481 21021 80.91.229.12 (20 Feb 2011 07:54:41 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 20 Feb 2011 07:54:41 +0000 (UTC) Cc: Emacs-devel@gnu.org To: Ben Key Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 20 08:54:37 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Pr47o-0001hB-Ut for ged-emacs-devel@m.gmane.org; Sun, 20 Feb 2011 08:54:37 +0100 Original-Received: from localhost ([127.0.0.1]:33742 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pr47o-0003o6-IC for ged-emacs-devel@m.gmane.org; Sun, 20 Feb 2011 02:54:36 -0500 Original-Received: from [140.186.70.92] (port=58682 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pr47f-0003lP-DF for Emacs-devel@gnu.org; Sun, 20 Feb 2011 02:54:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pr47e-0005m5-7A for Emacs-devel@gnu.org; Sun, 20 Feb 2011 02:54:27 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:54574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pr47e-0005m0-4H for Emacs-devel@gnu.org; Sun, 20 Feb 2011 02:54:26 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Pr47d-0005ts-Dl; Sun, 20 Feb 2011 02:54:25 -0500 In-reply-to: (message from Ben Key on Sat, 19 Feb 2011 20:30:55 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136268 Archived-At: > From: Ben Key > Date: Sat, 19 Feb 2011 20:30:55 -0600 > Cc: > > While Visual Studio 2010 may have stdint.h, older versions of Visual Studio > such as Visual Studio 2005, do not have stdint.h. Yes, I was planning on adding nt/inc/stdint.h anyway, since MSVC does not support #include_next, and its headers can be anywhere, so the alternatives provided by gnulib don't work, either.