diff --git a/src/common/extern_data.h b/src/common/extern_data.h index 981ee2739..8d31c97a1 100644 --- a/src/common/extern_data.h +++ b/src/common/extern_data.h @@ -20,8 +20,8 @@ typedef struct { const char *name, *extensions; } mime_type_t; -extern const char *sub_charsets[]; -extern const mime_type_t mime_types[]; -extern const char *cctlds[]; +extern MTX_DLL_API const char *sub_charsets[]; +extern MTX_DLL_API const mime_type_t mime_types[]; +extern MTX_DLL_API const char *cctlds[]; #endif // __EXTERN_DATA_H