Re: [Spice-devel] [PATCH] spice: vdagent: support x64 arch

2010-08-18 Thread Alexander Larsson
On Mon, 2010-08-09 at 12:58 +0300, Arnon Gilboa wrote: > > /* 7.18.1.4 Integer types capable of holding object pointers */ > > +#ifndef _WIN64 > + > typedef int intptr_t; > > typedef unsigned uintptr_t; > > +#endif > + So, the win64 compiler supports (u)intptr_t, but the win32 one doe

[Spice-devel] [PATCH] spice: vdagent: support x64 arch

2010-08-09 Thread Arnon Gilboa
From: Arnon Gilboa --- common/stdint.h|4 + vdagent.sln| 10 +++ vdagent/vdagent.vcproj | 160 vdservice/vdservice.vcproj | 159 +++ 4 files changed, 333 insertions(+), 0