Move SPICE_GNUC_VISIBLE to red_common.h

This commit is contained in:
Christophe Fergeau 2013-10-07 14:01:24 +02:00
parent 7d9018d441
commit 73c56e5a2d
2 changed files with 2 additions and 2 deletions

View File

@ -29,6 +29,8 @@
#include "spice.h"
#define SPICE_GNUC_VISIBLE __attribute__ ((visibility ("default")))
enum {
STREAM_VIDEO_INVALID,
STREAM_VIDEO_OFF,

View File

@ -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;