diff options
Diffstat (limited to 'lib/rbcodec/platform.h')
-rw-r--r-- | lib/rbcodec/platform.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/rbcodec/platform.h b/lib/rbcodec/platform.h index d13380b795..d6b890599a 100644 --- a/lib/rbcodec/platform.h +++ b/lib/rbcodec/platform.h @@ -41,6 +41,11 @@ size_t strlcpy(char *dst, const char *src, size_t siz); #ifndef INIT_ATTR # define INIT_ATTR #endif + +#ifndef INITDATA_ATTR +# define INITDATA_ATTR +#endif + /* #ifdef CODEC |