Searched refs:ZDICT_DEPRECATED (Results 1 – 1 of 1) sorted by relevance
277 # define ZDICT_DEPRECATED(message) ZDICTLIB_API /* disable deprecation warnings */ macro281 # define ZDICT_DEPRECATED(message) [[deprecated(message)]] ZDICTLIB_API macro283 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated(message))) macro285 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated)) macro287 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __declspec(deprecated(message)) macro290 # define ZDICT_DEPRECATED(message) ZDICTLIB_API macro294 ZDICT_DEPRECATED("use ZDICT_finalizeDictionary() instead")