From ffd5cd1a0bd21d7dc774a4e60aabf11f84d46bdb Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Sat, 11 May 2019 11:40:08 +0100 Subject: [PATCH] Fix the Windows build for the CASTInfo display driver. --- MMDVMHost.vcxproj | 2 ++ MMDVMHost.vcxproj.filters | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/MMDVMHost.vcxproj b/MMDVMHost.vcxproj index 68e7f18..1adb9bc 100644 --- a/MMDVMHost.vcxproj +++ b/MMDVMHost.vcxproj @@ -155,6 +155,7 @@ + @@ -249,6 +250,7 @@ + diff --git a/MMDVMHost.vcxproj.filters b/MMDVMHost.vcxproj.filters index 641846e..de9ba23 100644 --- a/MMDVMHost.vcxproj.filters +++ b/MMDVMHost.vcxproj.filters @@ -287,6 +287,9 @@ Header Files + + Header Files + @@ -538,5 +541,8 @@ Source Files + + Source Files + \ No newline at end of file