From d078df0aa32ed9730ff1ff2b946f87a35ec79aa8 Mon Sep 17 00:00:00 2001 From: Andreas Traczyk Date: Tue, 4 Sep 2018 15:32:29 -0400 Subject: [PATCH] vs project: fix native windows build - remove audiorecorder source files from project - add scheduled_executor source files to project Change-Id: Iab499e7f9ff6ba4636b5e042629b4b685c646af3 --- MSVC/ring-daemon.vcxproj | 4 +++- MSVC/ring-daemon.vcxproj.filters | 18 ++++++------------ src/scheduled_executor.h | 1 + 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/MSVC/ring-daemon.vcxproj b/MSVC/ring-daemon.vcxproj index daeb33b9d..7274352de 100644 --- a/MSVC/ring-daemon.vcxproj +++ b/MSVC/ring-daemon.vcxproj @@ -803,6 +803,7 @@ + @@ -959,6 +960,7 @@ + @@ -994,4 +996,4 @@ - + \ No newline at end of file diff --git a/MSVC/ring-daemon.vcxproj.filters b/MSVC/ring-daemon.vcxproj.filters index 54674783f..8b717df29 100644 --- a/MSVC/ring-daemon.vcxproj.filters +++ b/MSVC/ring-daemon.vcxproj.filters @@ -124,12 +124,6 @@ Source Files\media\audio - - Source Files\media\audio - - - Source Files\media\audio - Source Files\media\audio @@ -394,6 +388,9 @@ Source Files\media\video\winvideo + + Source Files + @@ -660,12 +657,6 @@ Source Files\media\audio - - Source Files\media\audio - - - Source Files\media\audio - Source Files\media\audio @@ -810,6 +801,9 @@ Source Files\media\video\winvideo + + Source Files + diff --git a/src/scheduled_executor.h b/src/scheduled_executor.h index 0a5b5a59d..9e28adbb9 100644 --- a/src/scheduled_executor.h +++ b/src/scheduled_executor.h @@ -28,6 +28,7 @@ #include #include #include +#include #include "noncopyable.h"