On Thu, May 12, 2011 at 12:37:31PM +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.
I'd tend to change inline to INLINE in .h files, but to drop the "inline" altogether when a static inline occurs in a .c file, the compiler should do a better job than us at picking the functions that needs to be inlined. Christophe
pgptlqcR0Sxdf.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/spice-devel
