uvw 3.1.0
Loading...
Searching...
No Matches
config.h
1#ifndef UVW_CONFIG_H
2#define UVW_CONFIG_H
3
4#ifndef UVW_AS_LIB
5# define UVW_INLINE inline
6#else
7# define UVW_INLINE
8#endif
9
10#endif