mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2025-12-26 14:18:31 +00:00
macros: remove INLINE
This macro isn't used in the protocol headers, and clashes with other define from qemu.
This commit is contained in:
parent
ba2192f1ea
commit
8b436f8a3e
@ -101,12 +101,6 @@
|
||||
# define SPICE_END_DECLS
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#define INLINE inline
|
||||
#else
|
||||
#define INLINE _inline
|
||||
#endif /* __GNUC__ */
|
||||
|
||||
#ifndef FALSE
|
||||
#define FALSE (0)
|
||||
#endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user