mirror of
https://github.com/MariaDB/server.git
synced 2025-07-23 08:45:18 +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)