mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 21:40:15 +00:00
It is not needed to split the string like this: ``` a="potentially long string on"\ "multiple lines" ``` but it is better rather to put the '\' inside the string: ``` a="potentially long string on\ multiple lines" ```
screen-capture-recorder-x64.dll is taken from https://sourceforge.net/projects/screencapturer/