mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-20 02:09:10 +01:00
28 lines
939 B
C++
28 lines
939 B
C++
#pragma once
|
|
|
|
#define NOMINMAX
|
|
|
|
#include <hstring.h>
|
|
#include <restrictederrorinfo.h>
|
|
#include <unknwn.h>
|
|
#include <windows.h>
|
|
#include <winrt/Windows.ApplicationModel.Activation.h>
|
|
#include <winrt/Windows.Foundation.Collections.h>
|
|
#include <winrt/Windows.Foundation.h>
|
|
#include <winrt/Windows.UI.Xaml.Controls.Primitives.h>
|
|
#include <winrt/Windows.UI.Xaml.Controls.h>
|
|
#include <winrt/Windows.UI.Xaml.Data.h>
|
|
#include <winrt/Windows.UI.Xaml.Interop.h>
|
|
#include <winrt/Windows.UI.Xaml.Markup.h>
|
|
#include <winrt/Windows.UI.Xaml.Navigation.h>
|
|
#include <winrt/Windows.UI.Xaml.h>
|
|
|
|
#include <winrt/Microsoft.ReactNative.h>
|
|
|
|
#include <winrt/Microsoft.UI.Xaml.Automation.Peers.h>
|
|
#include <winrt/Microsoft.UI.Xaml.Controls.Primitives.h>
|
|
#include <winrt/Microsoft.UI.Xaml.Controls.h>
|
|
#include <winrt/Microsoft.UI.Xaml.Media.h>
|
|
#include <winrt/Microsoft.UI.Xaml.XamlTypeInfo.h>
|
|
using namespace winrt::Windows::Foundation;
|