Skip to content

gstmacros.h: Fix restrict definition on MSVC

Nirbheek Chauhan requested to merge nirbheek/gstreamer:fix-restrict-take2 into master

Turns out it's exposed as __restrict, not as restrict.

!95 (comment 120782)

Merge request reports