mirror of
https://github.com/MariaDB/server.git
synced 2025-09-08 06:27:57 +03:00
Post-push fix: broken build on windows. The problem is min/max macros from windows.h which interfere with a template function callex max. Solution: ADD_DEFINITIONS(-DNOMINMAX)