Skip to content

gstmacros.h: Fix check for 'restrict' keyword

MSVC also defines it as a keyword. Fixes build errors in projects that include MSVC's xkeycheck.h which ensures that keywords aren't overriden with a define.

This is needed for building the srt plugin on Windows with MSVC.

Merge request reports