Skip to content

Fix G_GNUC_DEPRECATED define for clang-cl compilation.

clang-cl uses clang style for attribute definiton, but does not define __GNUC__ or GCC_VERSION_AT_LEAST().

Merge request reports