Re: [Spice-devel] [PATCH spice-protocol] macros: define INLINE

2011-05-12 Thread Christophe Fergeau
On Thu, May 12, 2011 at 11:41:34AM +0200, Christophe Fergeau wrote: > Hi, > > On Thu, May 12, 2011 at 11:49:38AM +0300, Arnon Gilboa wrote: > > needed for spice/common files used by the client, server & qxl driver. > > in windows _inline works for both c/c++, while inline is c++ only. > > compilin

Re: [Spice-devel] [PATCH spice-protocol] macros: define INLINE

2011-05-12 Thread Arnon Gilboa
Christophe Fergeau wrote: Hi, On Thu, May 12, 2011 at 11:49:38AM +0300, Arnon Gilboa wrote: needed for spice/common files used by the client, server & qxl driver. in windows _inline works for both c/c++, while inline is c++ only. compiling the client with mixed c/c++ code required this defin

Re: [Spice-devel] [PATCH spice-protocol] macros: define INLINE

2011-05-12 Thread Christophe Fergeau
Hi, On Thu, May 12, 2011 at 11:49:38AM +0300, Arnon Gilboa wrote: > needed for spice/common files used by the client, server & qxl driver. > in windows _inline works for both c/c++, while inline is c++ only. > compiling the client with mixed c/c++ code required this define. If this change is done

[Spice-devel] [PATCH spice-protocol] macros: define INLINE

2011-05-12 Thread Arnon Gilboa
needed for spice/common files used by the client, server & qxl driver. in windows _inline works for both c/c++, while inline is c++ only. compiling the client with mixed c/c++ code required this define. --- spice/macros.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git