pipewire/spa/include
David Coles a97e8b6d1f Avoid using interface as a variable name
While not a reserved keyword, MSVC `#define interface struct`[1]
which causes a compile error when including the `spa/support/plugin.h`
header. While this can be worked around by `#undef interface`, it's
also easy to just rename the local variable.

[1]: https://stackoverflow.com/questions/25234203/what-is-the-interface-keyword-in-msvc
2024-07-01 15:28:58 +00:00
..
spa Avoid using interface as a variable name 2024-07-01 15:28:58 +00:00
meson.build spa: expose utils/cleanup.h for external users 2023-10-11 19:56:11 +02:00