Disable warning about our use of pragma pack in include file

Without this we can't build the driver
This commit is contained in:
Alexander Larsson 2010-03-05 16:25:05 +01:00
parent 60178205ad
commit df85c9d314

View File

@ -55,5 +55,6 @@
#pragma pack(1)
#define SPICE_ATTR_PACKED
#pragma warning(disable:4200)
#pragma warning(disable:4103)
#endif