From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: Problem with library images on Windows (again) Date: Sun, 22 May 2005 23:21:53 +0200 Message-ID: References: <01c55d4a$Blat.v2.4$8e2e76e0@zahav.net.il> <428E065E.6040307@gnu.org> <01c55d54$Blat.v2.4$04c543c0@zahav.net.il> Reply-To: Juanma Barranquero NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1116798243 14698 80.91.229.2 (22 May 2005 21:44:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 22 May 2005 21:44:03 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 22 23:44:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DZyDw-0001zw-Vt for ged-emacs-devel@m.gmane.org; Sun, 22 May 2005 23:43:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZyHH-0000dE-7B for ged-emacs-devel@m.gmane.org; Sun, 22 May 2005 17:46:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DZyEO-0006Mm-GO for emacs-devel@gnu.org; Sun, 22 May 2005 17:43:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DZyEH-0006KV-HZ for emacs-devel@gnu.org; Sun, 22 May 2005 17:43:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DZyEH-0006DD-4i for emacs-devel@gnu.org; Sun, 22 May 2005 17:43:25 -0400 Original-Received: from [64.233.184.203] (helo=wproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DZy2Q-0003YV-R1 for emacs-devel@gnu.org; Sun, 22 May 2005 17:31:10 -0400 Original-Received: by wproxy.gmail.com with SMTP id 50so1989363wri for ; Sun, 22 May 2005 14:21:53 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=c1vUVmPZS2DQjuaHeOG3tUXnnWJ33zMjXW54Js52uyYq6t1Oa8PVc7KzpCCQKI0Ohuwt3j79fU+D9rUINvgp+HYew1337EhGf5XdUK0+sXFYEhKac1OhufPwa9j8VErZ3D0zZ5NUYWXTKsaJfoYkSFL8q3XLh3Zl1OUHWQ+NWh4= Original-Received: by 10.54.33.73 with SMTP id g73mr2393890wrg; Sun, 22 May 2005 14:21:53 -0700 (PDT) Original-Received: by 10.54.82.6 with HTTP; Sun, 22 May 2005 14:21:53 -0700 (PDT) Original-To: emacs-devel@gnu.org In-Reply-To: Content-Disposition: inline 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:37478 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:37478 > Studying the headers, png and jpeg explicitly use _cdecl (or __cdecl > depending on compiler), while xpm and gif specify nothing (so will > default to _cdecl). Yeah. And they indeed do use "ret" and not "ret n". > So the fix you suggested is correct, I think. Cool. So, for the first time, the image support on MSVC builds is as stable as on MinGW builds. --=20 /L/e/k/t/u