spice/common
Christophe Fergeau 78c1465ed3 add #include <config.h> to all source files
When using config.h, it must be the very first include in all source
files since it contains #define that may change the compilation process
(eg libc structure layout changes when it's used to enable large file
support on 32 bit x86 archs). This commit adds it at the beginning
of all .c and .cpp files
2011-05-03 14:44:10 +02:00
..
win Add files i forgot to commit 2010-07-09 11:57:09 +02:00
.gitignore fresh start 2009-10-14 15:06:41 +02:00
canvas_base.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
canvas_base.h autotools: correctly build canvas-related code 2011-05-03 14:44:10 +02:00
canvas_utils.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
canvas_utils.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
draw.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
gdi_canvas.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
gdi_canvas.h autotools: correctly build canvas-related code 2011-05-03 14:44:10 +02:00
gl_canvas.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
gl_canvas.h autotools: correctly build canvas-related code 2011-05-03 14:44:10 +02:00
gl_utils.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
glc.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
glc.c.save fresh start 2009-10-14 15:06:41 +02:00
glc.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
lines.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
lines.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
lz_common.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
lz_compress_tmpl.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
lz_config.h Use macros from <spice/macros.h> rather than duplicate them 2010-03-09 11:10:00 +01:00
lz_decompress_tmpl.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
lz.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
lz.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
Makefile.am autotools: correctly build canvas-related code 2011-05-03 14:44:10 +02:00
marshaller.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
marshaller.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
mem.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
mem.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
messages.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
mutex.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
ogl_ctx.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
ogl_ctx.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
pixman_utils.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
pixman_utils.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
quic_config.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
quic_family_tmpl.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
quic_rgb_tmpl.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
quic_tmpl.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
quic.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
quic.h use foo(void) instead of foo() in prototypes 2011-05-02 11:24:44 +02:00
rect.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
region.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
region.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
ring.h common: add extern "C" guards to headers 2011-05-02 11:24:44 +02:00
rop3.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
rop3.h use foo(void) instead of foo() in prototypes 2011-05-02 11:24:44 +02:00
spice_common.h use foo(void) instead of foo() in prototypes 2011-05-02 11:24:44 +02:00
sw_canvas.c add #include <config.h> to all source files 2011-05-03 14:44:10 +02:00
sw_canvas.h autotools: correctly build canvas-related code 2011-05-03 14:44:10 +02:00