From 3ffc5fc3433cbe539a16d0e75be55bef94d2d1f1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 6 Jul 2019 07:29:51 +0200 Subject: [PATCH] (MSVC2017 UWP) Buildfix --- libretro-common/vfs/vfs_implementation_uwp.cpp | 2 ++ .../RetroArch-msvc2017-UWP.vcxproj | 11 +++++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/libretro-common/vfs/vfs_implementation_uwp.cpp b/libretro-common/vfs/vfs_implementation_uwp.cpp index 6ed1da1cc8..f0acba472e 100644 --- a/libretro-common/vfs/vfs_implementation_uwp.cpp +++ b/libretro-common/vfs/vfs_implementation_uwp.cpp @@ -20,6 +20,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ +#include + #include #include #include diff --git a/pkg/msvc-uwp/RetroArch-msvc2017-UWP/RetroArch-msvc2017-UWP.vcxproj b/pkg/msvc-uwp/RetroArch-msvc2017-UWP/RetroArch-msvc2017-UWP.vcxproj index 839b2bb69c..8da7520bac 100644 --- a/pkg/msvc-uwp/RetroArch-msvc2017-UWP/RetroArch-msvc2017-UWP.vcxproj +++ b/pkg/msvc-uwp/RetroArch-msvc2017-UWP/RetroArch-msvc2017-UWP.vcxproj @@ -283,7 +283,14 @@ - + + VFS_FRONTEND;%(PreprocessorDefinitions) + VFS_FRONTEND;%(PreprocessorDefinitions) + VFS_FRONTEND;%(PreprocessorDefinitions) + VFS_FRONTEND;%(PreprocessorDefinitions) + VFS_FRONTEND;%(PreprocessorDefinitions) + VFS_FRONTEND;%(PreprocessorDefinitions) + @@ -334,4 +341,4 @@ - + \ No newline at end of file