From 90fefd63e68d1469dc85e87dabbf84a79862eb38 Mon Sep 17 00:00:00 2001 From: Izaak Beekman Date: Fri, 18 Jan 2019 16:29:01 -0500 Subject: [PATCH] Try different type definition --- base/modules/fakempi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/modules/fakempi.c b/base/modules/fakempi.c index dd6803407..b50fb1d4b 100644 --- a/base/modules/fakempi.c +++ b/base/modules/fakempi.c @@ -107,7 +107,7 @@ double mpi_wtime() { #if defined(WIN32) || defined(_WIN32) - Int64 tim, freq; + __int64 tim, freq; double seconds; QueryPerformanceCounter(&tim);