From 6427f691a680eb59951cd2e589f2e8f5e5fc0635 Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 19 Oct 2016 16:35:31 -0600 Subject: [PATCH] Use / for include paths, not \ --- 10.0.14393.0/Samples/AsyncReader/pch.h | 2 +- 10.0.14393.0/Samples/Blocks/pch.h | 8 ++++---- 10.0.14393.0/Samples/JustCoroutines/pch.h | 2 +- 10.0.14393.0/Samples/Ocr/pch.h | 8 ++++---- 10.0.14393.0/Samples/Syndication/pch.h | 4 ++-- 10.0.14393.0/Samples/Video/pch.h | 16 ++++++++-------- 10.0.14393.0/Samples/XamlCode/pch.h | 18 +++++++++--------- 7 files changed, 29 insertions(+), 29 deletions(-) diff --git a/10.0.14393.0/Samples/AsyncReader/pch.h b/10.0.14393.0/Samples/AsyncReader/pch.h index a15758eeb..febe8e023 100644 --- a/10.0.14393.0/Samples/AsyncReader/pch.h +++ b/10.0.14393.0/Samples/AsyncReader/pch.h @@ -2,4 +2,4 @@ #pragma comment(lib, "windowsapp") -#include "winrt\base.h" +#include "winrt/base.h" diff --git a/10.0.14393.0/Samples/Blocks/pch.h b/10.0.14393.0/Samples/Blocks/pch.h index 73318a4ae..00c293fc3 100644 --- a/10.0.14393.0/Samples/Blocks/pch.h +++ b/10.0.14393.0/Samples/Blocks/pch.h @@ -2,7 +2,7 @@ #pragma comment(lib, "windowsapp") -#include "winrt\Windows.ApplicationModel.Core.h" -#include "winrt\Windows.UI.Core.h" -#include "winrt\Windows.UI.Composition.h" -#include "winrt\Windows.UI.Input.h" +#include "winrt/Windows.ApplicationModel.Core.h" +#include "winrt/Windows.UI.Core.h" +#include "winrt/Windows.UI.Composition.h" +#include "winrt/Windows.UI.Input.h" diff --git a/10.0.14393.0/Samples/JustCoroutines/pch.h b/10.0.14393.0/Samples/JustCoroutines/pch.h index 0b8ed2248..f0b016408 100644 --- a/10.0.14393.0/Samples/JustCoroutines/pch.h +++ b/10.0.14393.0/Samples/JustCoroutines/pch.h @@ -2,4 +2,4 @@ #pragma comment(lib, "windowsapp") -#include "winrt\base.h" +#include "winrt/base.h" diff --git a/10.0.14393.0/Samples/Ocr/pch.h b/10.0.14393.0/Samples/Ocr/pch.h index 3b8c3fba5..565b43076 100644 --- a/10.0.14393.0/Samples/Ocr/pch.h +++ b/10.0.14393.0/Samples/Ocr/pch.h @@ -3,9 +3,9 @@ #pragma comment(lib, "windowsapp") #pragma comment(lib, "pathcch") -#include "winrt\Windows.Storage.Streams.h" -#include "winrt\Windows.Graphics.Imaging.h" -#include "winrt\Windows.Media.Ocr.h" -#include "winrt\Windows.Networking.Sockets.h" +#include "winrt/Windows.Storage.Streams.h" +#include "winrt/Windows.Graphics.Imaging.h" +#include "winrt/Windows.Media.Ocr.h" +#include "winrt/Windows.Networking.Sockets.h" #include diff --git a/10.0.14393.0/Samples/Syndication/pch.h b/10.0.14393.0/Samples/Syndication/pch.h index 73cc8bfe5..fbb976297 100644 --- a/10.0.14393.0/Samples/Syndication/pch.h +++ b/10.0.14393.0/Samples/Syndication/pch.h @@ -2,5 +2,5 @@ #pragma comment(lib, "windowsapp") -#include "winrt\Windows.Foundation.h" -#include "winrt\Windows.Web.Syndication.h" +#include "winrt/Windows.Foundation.h" +#include "winrt/Windows.Web.Syndication.h" diff --git a/10.0.14393.0/Samples/Video/pch.h b/10.0.14393.0/Samples/Video/pch.h index d033cd299..de146110a 100644 --- a/10.0.14393.0/Samples/Video/pch.h +++ b/10.0.14393.0/Samples/Video/pch.h @@ -2,11 +2,11 @@ #pragma comment(lib, "windowsapp") -#include "winrt\Windows.ApplicationModel.Core.h" -#include "winrt\Windows.Foundation.h" -#include "winrt\Windows.UI.Core.h" -#include "winrt\Windows.UI.Composition.h" -#include "winrt\Windows.Media.Core.h" -#include "winrt\Windows.Media.Playback.h" -#include "winrt\Windows.Storage.Pickers.h" -#include "winrt\Windows.Graphics.Imaging.h" +#include "winrt/Windows.ApplicationModel.Core.h" +#include "winrt/Windows.Foundation.h" +#include "winrt/Windows.UI.Core.h" +#include "winrt/Windows.UI.Composition.h" +#include "winrt/Windows.Media.Core.h" +#include "winrt/Windows.Media.Playback.h" +#include "winrt/Windows.Storage.Pickers.h" +#include "winrt/Windows.Graphics.Imaging.h" diff --git a/10.0.14393.0/Samples/XamlCode/pch.h b/10.0.14393.0/Samples/XamlCode/pch.h index cd6a62aaf..4ae1de948 100644 --- a/10.0.14393.0/Samples/XamlCode/pch.h +++ b/10.0.14393.0/Samples/XamlCode/pch.h @@ -2,12 +2,12 @@ #pragma comment(lib, "windowsapp") -#include "winrt\Windows.ApplicationModel.Activation.h" -#include "winrt\Windows.Foundation.h" -#include "winrt\Windows.UI.Xaml.Controls.h" -#include "winrt\Windows.UI.Xaml.Media.h" -#include "winrt\Windows.Storage.Streams.h" -#include "winrt\Windows.Graphics.Imaging.h" -#include "winrt\Windows.Media.Ocr.h" -#include "winrt\Windows.Storage.Pickers.h" -#include "winrt\Windows.Networking.h" +#include "winrt/Windows.ApplicationModel.Activation.h" +#include "winrt/Windows.Foundation.h" +#include "winrt/Windows.UI.Xaml.Controls.h" +#include "winrt/Windows.UI.Xaml.Media.h" +#include "winrt/Windows.Storage.Streams.h" +#include "winrt/Windows.Graphics.Imaging.h" +#include "winrt/Windows.Media.Ocr.h" +#include "winrt/Windows.Storage.Pickers.h" +#include "winrt/Windows.Networking.h"