From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Benjamin Riefenstahl Newsgroups: gmane.emacs.devel Subject: Re: Unicode support for the MS Windows clipboard Date: Wed, 28 Jul 2004 13:20:03 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <20040727.181258.01371093.Takaaki.Ota@am.sony.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1091013677 17079 80.91.224.253 (28 Jul 2004 11:21:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 28 Jul 2004 11:21:17 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org, monnier@iro.umontreal.ca, handa@m17n.org, jasonr@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 28 13:21:08 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BpmUd-0001Tz-00 for ; Wed, 28 Jul 2004 13:21:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpmXm-0004dy-5B for ged-emacs-devel@m.gmane.org; Wed, 28 Jul 2004 07:24:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BpmXe-0004dN-Rp for emacs-devel@gnu.org; Wed, 28 Jul 2004 07:24:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BpmXd-0004d4-6E for emacs-devel@gnu.org; Wed, 28 Jul 2004 07:24:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BpmXd-0004d1-31 for emacs-devel@gnu.org; Wed, 28 Jul 2004 07:24:13 -0400 Original-Received: from [193.28.100.151] (helo=mail.epost.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BpmUF-0006Ip-7C; Wed, 28 Jul 2004 07:20:43 -0400 Original-Received: from seneca.benny.turtle-trading.net.epost.de (193.99.153.30) by mail.epost.de (7.1.026.1) id 4105C1A500027267; Wed, 28 Jul 2004 13:20:33 +0200 Original-To: Tak Ota In-Reply-To: <20040727.181258.01371093.Takaaki.Ota@am.sony.com> (Tak Ota's message of "Tue, 27 Jul 2004 18:12:58 -0700 (PDT)") User-Agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.3.50 (gnu/linux) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26045 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26045 Hi Tak, Tak Ota writes: > This patch introduces the following linking problem. Thanks for trying it out ;-) > libc.lib(heapinit.obj) : error LNK2005: __heap_init already defined in > temacs1.lib(w32heap.obj) The patch shouldn't have touched those two. The only connection is that w32select.c uses "os_subtype", which I is defined in w32heap.c. For that w32select.c includes "w32heap.h", that is all the conneciton there is. benny