make consistent with include files

This commit is contained in:
Axel Kohlmeyer
2021-10-08 15:33:26 -04:00
parent 83bc70bf05
commit ae0fa17132

View File

@ -173,7 +173,7 @@ int MPI_Finalize()
double MPI_Wtime()
{
#if defined(_MSC_VER)
#if defined(_WIN32)
double t;
t = GetTickCount();