mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-04 19:42:02 -05: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.