mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-05 05:43:56 -04:00
Macros make the code you see different from the code the compiler sees. Modern C renders traditional uses of macros for constants and utility functions unnecessary. Macros should only be used when there is no other solution available.