From a7239ad235e10a6fc2b9ac78f7e5558dc9ea8183 Mon Sep 17 00:00:00 2001 From: davidpanderson Date: Fri, 2 Aug 2024 03:15:35 -0700 Subject: [PATCH] Fix win build --- client/app.cpp | 2 ++ win_build/sim.vcxproj | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/client/app.cpp b/client/app.cpp index 2ed4a7b24c..eda742eb22 100644 --- a/client/app.cpp +++ b/client/app.cpp @@ -1119,6 +1119,7 @@ bool MSG_QUEUE::timeout(double diff) { // Called at startup and every day after that. // void ACTIVE_TASK_SET::report_overdue() { +#ifndef SIM unsigned int i; ACTIVE_TASK* atp; double mod = cc_config.max_overdue_days; @@ -1140,6 +1141,7 @@ void ACTIVE_TASK_SET::report_overdue() { ); } } +#endif } // scan the slot directory, looking for files with names diff --git a/win_build/sim.vcxproj b/win_build/sim.vcxproj index 69c8b54164..79b686746d 100644 --- a/win_build/sim.vcxproj +++ b/win_build/sim.vcxproj @@ -297,7 +297,6 @@ -