uvw  2.11.0
config.h
1 #ifndef UVW_CONFIG_H
2 #define UVW_CONFIG_H
3 
4 
5 #ifndef UVW_AS_LIB
6 #define UVW_INLINE inline
7 #else
8 #define UVW_INLINE
9 #endif
10 
11 
12 #endif