[TIMOB-26236] Windows: Macro for removed/moved/deprecated APIs
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 7.3.0 |
Fix Version/s | n/a |
Components | Windows |
Labels | n/a |
Reporter | Yordan Banev |
Assignee | Kota Iguchi |
Created | 2018-07-25T07:54:14.000+0000 |
Updated | 2018-07-30T22:58:26.000+0000 |
Description
Introduce C++ macros to mark removed/moved/deprecated APIs for Windows, like
DEPRECATED_REPLACED
and DEPRECATED_REMOVED
for iOS and @deprecated("7.0.0")
and @removed("8.0.0")
annotations for Android.
No comments