Blender Git Commit Log
Git Commits -> Revision 418888f
Revision 418888f by Ray molenkamp (master) May 28, 2021, 13:57 (GMT) |
MSVC: Fix build error with 16.10/11 Not entirely sure why this was not an issue for 16.9 but TBB includes the Windows.h header which by default will define min and max macro's These collide with the stl versions in <algorithm> This patch requests Windows.h not to define the problematic macro's, resolving the conflict. |
Commit Details:
Full Hash: 418888f1c9a3c3ca8facc04d271d48ad37e5f5b2
Parent Commit: bdac47f
Lines Changed: +5, -1
1 Modified Path:
/source/blender/modifiers/CMakeLists.txt (+5, -1) (Diff)