mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
Move SPICE_GNUC_VISIBLE to red_common.h
This commit is contained in:
parent
7d9018d441
commit
73c56e5a2d
@ -29,6 +29,8 @@
|
||||
|
||||
#include "spice.h"
|
||||
|
||||
#define SPICE_GNUC_VISIBLE __attribute__ ((visibility ("default")))
|
||||
|
||||
enum {
|
||||
STREAM_VIDEO_INVALID,
|
||||
STREAM_VIDEO_OFF,
|
||||
|
||||
@ -34,8 +34,6 @@
|
||||
#include "red_channel.h"
|
||||
#include "migration_protocol.h"
|
||||
|
||||
#define SPICE_GNUC_VISIBLE __attribute__ ((visibility ("default")))
|
||||
|
||||
#if HAVE_SASL
|
||||
typedef struct RedsSASL {
|
||||
sasl_conn_t *conn;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user