uv-common: define INLINE macro
This commit is contained in:
parent
dd1355da8d
commit
ed30365f54
@ -42,8 +42,10 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# define UNUSED /* empty */
|
||||
# define INLINE __inline
|
||||
#else
|
||||
# define UNUSED __attribute__((unused))
|
||||
# define INLINE inline
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user