mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +09:00
Issue #1769 - Part 1 Follow-up: Use standard [[deprecated]] for JXL_DEPRECATED.
This fixes building with MSVC for Windows.
This commit is contained in:
parent
134c5e94e8
commit
40f27cd35b
1 changed files with 2 additions and 3 deletions
|
|
@ -9,8 +9,7 @@
|
|||
|
||||
#define JXL_EXPORT
|
||||
|
||||
// TODO: go back to [[deprecated]]
|
||||
// https://github.com/libjxl/libjxl/issues/1388
|
||||
#define JXL_DEPRECATED __attribute__((__deprecated__))
|
||||
// MSVC requires [[deprecated]]
|
||||
#define JXL_DEPRECATED [[deprecated]]
|
||||
|
||||
#endif /* JXL_EXPORT_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue