Restructure `ma_log_postv` to be more consistent
The `__STDC_VERSION__ >= 199901L` and the `_MSC_VER >= 1200` code had different styles for handling errors, so I've made them match.
Showing
Please register or sign in to comment
The `__STDC_VERSION__ >= 199901L` and the `_MSC_VER >= 1200` code had different styles for handling errors, so I've made them match.