2021-04-08 08:22:35 -07:00
|
|
|
#define WIN32_LEAN_AND_MEAN
|
|
|
|
|
#include <windows.h>
|
2021-04-08 10:47:28 -07:00
|
|
|
#include <winrt/Windows.Foundation.h>
|
|
|
|
|
#include <winrt/Windows.Foundation.Collections.h>
|
|
|
|
|
#include <ProjectTelemetry.h>
|
|
|
|
|
#include <shellapi.h>
|
|
|
|
|
#include <Shlwapi.h>
|