Go to the documentation of this file.
10 #ifndef vtk_m_internal_Windows_h
11 #define vtk_m_internal_Windows_h
15 #if defined(VTKM_WINDOWS)
21 #pragma push_macro("WIN32_LEAN_AND_MEAN")
22 #pragma push_macro("NOMINMAX")
24 #ifndef WIN32_LEAN_AND_MEAN
25 #define WIN32_LEAN_AND_MEAN
37 #pragma pop_macro("WIN32_LEAN_AND_MEAN")
38 #pragma pop_macro("NOMINMAX")
44 #endif //vtkm_internal_Windows_h