From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TvGIo-0006rl-V9 for qemu-devel@nongnu.org; Tue, 15 Jan 2013 18:52:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TvGIo-00081X-3J for qemu-devel@nongnu.org; Tue, 15 Jan 2013 18:52:22 -0500 Date: Wed, 16 Jan 2013 00:52:17 +0100 From: Alberto Garcia Message-ID: <20130115235216.GA15949@igalia.com> References: <1358288603-28102-1-git-send-email-sw@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1358288603-28102-1-git-send-email-sw@weilnetz.de> Subject: Re: [Qemu-devel] [PATCH] hw/tpci200: Fix compiler warning (redefined symbol with MinGW) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Tue, Jan 15, 2013 at 11:23:23PM +0100, Stefan Weil wrote: > STATUS_TIMEOUT is defined in winnt.h: > Fix the compiler warning by adding a prefix. Hey, thanks. If it doesn't conflict with anything else in Windows we could also replace it with STATUS_TIME, which is the actual name of the status bit as it appears on the TPCI200 manual. Berto