mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-24 14:19:11 -05:00
With the recent change to enforce C17 standard for compilers, default visibility was also enforced to be hidden. This also automatically hid the `PlugInMain` symbol required for DAL plugins. Adding the `__exported` decorator makes the symbol explicitly visible.