Go to file
Aric Stewart d77d056022 add padding member to SpiceMsgEmpty
Empty structures are undefined in C, gcc handles them without issue
assigning a size of 0. However MSVC++ generates a hard error (C2015)
this allows messages.h to be included in c files compiled by MSVC++.

Signed-off-by: Aric Stewart <aric@codeweavers.com>
2012-04-18 16:02:07 +03:00
build-aux build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
common add padding member to SpiceMsgEmpty 2012-04-18 16:02:07 +03:00
m4 build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
python_modules demarshall: add missing parens in BE read_xxx functions 2012-04-06 15:32:02 +02:00
spice-protocol@2d24f61aae Update spice-protocol submodule 2012-04-04 10:20:00 +02:00
.gitmodules build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
autogen.sh build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
configure.ac configure.ac: lower required autoconf version to 2.63 2012-04-03 15:03:05 +02:00
git.mk build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
Makefile.am build-sys: make it a seperately buildable spice-common library 2012-03-22 20:21:05 +01:00
spice1.proto spice-client migration: fix minor for old migration support. 2012-03-20 15:25:51 +01:00
spice_codegen.py codegen: include headers locally 2012-03-21 13:24:17 +01:00
spice.proto spice.proto: fix demarshaller crash with name message 2012-03-21 13:24:17 +01:00