Searched defs:ZDICT_DEPRECATED (Results 1 – 1 of 1) sorted by relevance
424 # define ZDICT_DEPRECATED(message) ZDICTLIB_API /* disable deprecation warnings */ macro428 # define ZDICT_DEPRECATED(message) [[deprecated(message)]] ZDICTLIB_API macro430 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated(message))) macro432 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __attribute__((deprecated)) macro434 # define ZDICT_DEPRECATED(message) ZDICTLIB_API __declspec(deprecated(message)) macro437 # define ZDICT_DEPRECATED(message) ZDICTLIB_API macro