OPK v18.6

This commit is contained in:
Alex Dale
2024-06-26 22:20:50 -07:00
parent e150f9297d
commit 291c81d223
73 changed files with 2825 additions and 829 deletions

View File

@@ -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_