OPK v19.1
This commit is contained in:
@@ -13,4 +13,12 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifndef WEAK
|
||||
# if defined(__GNUC__) || defined(__clang__)
|
||||
# define WEAK __attribute__((weak))
|
||||
# else
|
||||
# define WEAK
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#endif // WVCDM_UTIL_WV_ATTRIBUTES_H_
|
||||
|
||||
Reference in New Issue
Block a user