15 lines
355 B
C
15 lines
355 B
C
#pragma once
|
|
|
|
#define NOMINMAX
|
|
|
|
#include <hstring.h>
|
|
#include <restrictederrorinfo.h>
|
|
#include <unknwn.h>
|
|
#include <windows.h>
|
|
|
|
#include <winrt/Microsoft.ReactNative.h>
|
|
#include <winrt/Windows.Foundation.h>
|
|
#include <winrt/Windows.Foundation.Collections.h>
|
|
#include <winrt/Windows.Foundation.Metadata.h>
|
|
#include <winrt/Windows.Networking.Connectivity.h>
|