mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
add SPICE_SERVER_VERSION
Allow to ifdef features which depend on a certain libspice-server release.
This commit is contained in:
parent
c6af0de841
commit
cc5b59e0f3
@ -21,6 +21,8 @@
|
||||
#include <stdint.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
#define SPICE_SERVER_VERSION 0x000503 /* release 0.5.3 */
|
||||
|
||||
/* interface base type */
|
||||
|
||||
typedef struct SpiceBaseInterface SpiceBaseInterface;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user