Closed staticlibs closed 2 years ago
This patch cleans up the Windows-specific warnings. All pragma warnings and most of Windows defines are removed. Actual code changes are minor and expected to be harmless (just please take a look, if return_value_if usage is still correct).
pragma warning
return_value_if
This patch cleans up the Windows-specific warnings. All
pragma warning
s and most of Windows defines are removed. Actual code changes are minor and expected to be harmless (just please take a look, ifreturn_value_if
usage is still correct).