PresentMon icon indicating copy to clipboard operation
PresentMon copied to clipboard

Fix: NOMINMAX macro definition with #ifndef, using std::max/std::min instead of WINAPI ones

Open IvanZinkevich opened this issue 1 year ago • 0 comments

The reason: I have project wide defined NOMINMAX and get macro redefinition warning. I decided to wrap it up with #ifndef everywhere and change WinAPI max/min calls with STL functions.

IvanZinkevich avatar Oct 07 '22 13:10 IvanZinkevich