2021-02-21 20:03:24 +00:00
|
|
|
#ifndef __WINRT_HEADERS_H__
|
|
|
|
#define __WINRT_HEADERS_H__
|
|
|
|
|
|
|
|
#include <winrt/Windows.UI.Notifications.h>
|
|
|
|
#include <winrt/Windows.Data.Xml.Dom.h>
|
|
|
|
#include <winrt/Windows.Foundation.h>
|
2021-02-21 23:13:23 +00:00
|
|
|
#include <winrt/Windows.Foundation.Collections.h>
|
2021-02-21 20:03:24 +00:00
|
|
|
|
|
|
|
#endif /* __WINRT_HEADERS_H__ */
|