Skip to content
  • Robert Maynard's avatar
    Guard against tbb including windows.h in a damaging fashion. · 765cc36b
    Robert Maynard authored
    tbb includes windows.h, and doesn't use the NOMINMAX so we need to do
    that ourselves so that we can use std::min/max and limits<T>::min/max.
    
    At the same we also define WIN32_LEAN_AND_MEAN so that the total number of
    macros that windows.h defines is reduced.
    765cc36b