Skip to content

Use better options instead of __MIN/__MAX where easily possible

Marvin Scholz requested to merge ePirat/vlc:epirat-min-max-safer into master

In C++ use std::min and std::max, in Objective-C code use MAX and MIN.

Merge request reports