CVSROOT: /cvs Module name: ports Changes by: [email protected] 2025/12/04 13:08:03
Added files:
audio/adplay/patches: patch-src_defines_h patch-src_output_cc
patch-src_sdl_cc
Log message:
Rename min/max macros to uppercase
C++ added std::max and std::min and these templates don't play nice when
other headers define min() and max() as macros before the std includes.
Backport of commit 95d47d7dcf65a4f0e7371f193c8d936b4e1adc77
OK tb@
