From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: sizeof(long) different under windows x64 and linuxx64 Date: Wed, 23 Jan 2008 00:47:07 +0000 Message-ID: <20080123004707.GB6741@implementation> References: <1201044378.9372.32.camel@thinkpad.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: James Harper Cc: xen-devel , Daniel Stodden List-Id: xen-devel@lists.xenproject.org James Harper, le Wed 23 Jan 2008 10:34:39 +1100, a écrit : > 'long' and 'unsigned long' is used all over the place inside > xen/include/public. I would need to create this new type, and replace > all occurrences of 'long' with it in the 8750-ish lines of .h files. > > Any suggestions as to what the type should be called? Just the standard name: uintptr_t Samuel