Replace escape sequences with path separators in include paths
This commit is contained in:
committed by
Daniel Belcher
parent
84941c698e
commit
0166daf5c7
@@ -23,15 +23,15 @@
|
||||
#include <regex>
|
||||
|
||||
// C++\WinRT Headers
|
||||
#include "winrt\base.h"
|
||||
#include "winrt\Windows.ApplicationModel.h"
|
||||
#include "winrt\Windows.ApplicationModel.Core.h"
|
||||
#include "winrt\Windows.Foundation.Diagnostics.h"
|
||||
#include "winrt\Windows.Globalization.h"
|
||||
#include "winrt\Windows.Globalization.DateTimeFormatting.h"
|
||||
#include "winrt\Windows.System.UserProfile.h"
|
||||
#include "winrt\Windows.UI.ViewManagement.h"
|
||||
#include "winrt\Windows.UI.Xaml.h"
|
||||
#include "winrt/base.h"
|
||||
#include "winrt/Windows.ApplicationModel.h"
|
||||
#include "winrt/Windows.ApplicationModel.Core.h"
|
||||
#include "winrt/Windows.Foundation.Diagnostics.h"
|
||||
#include "winrt/Windows.Globalization.h"
|
||||
#include "winrt/Windows.Globalization.DateTimeFormatting.h"
|
||||
#include "winrt/Windows.System.UserProfile.h"
|
||||
#include "winrt/Windows.UI.ViewManagement.h"
|
||||
#include "winrt/Windows.UI.Xaml.h"
|
||||
|
||||
// The following namespaces exist as a convenience to resolve
|
||||
// ambiguity for Windows types in the Windows::UI::Xaml::Automation::Peers
|
||||
|
Reference in New Issue
Block a user