microsoft / Microsoft-MPI

Microsoft MPI
MIT License
246 stars 74 forks source link

Support older versions of MSVC (_MSC_VER < 1600) #5

Closed jithinjosepkl closed 4 years ago

jithinjosepkl commented 5 years ago

Older versions of MSVC (<1600) does not have stdint, and it throws compilation errors as it is included in mpi.h.