mirror of
https://github.com/modernw/AppInstallerForWin8.git
synced 2026-04-12 01:07:18 +10:00
24 lines
542 B
C++
24 lines
542 B
C++
#pragma once
|
|
#include <windows.h>
|
|
#include <wrl.h>
|
|
#include <windows.ui.notifications.h>
|
|
#include <windows.data.xml.dom.h>
|
|
#include <stdio.h>
|
|
#include <shobjidl.h>
|
|
#include <wrl/client.h>
|
|
#include <fstream>
|
|
#include <propvarutil.h>
|
|
#include <propkey.h>
|
|
#include <wrl.h>
|
|
#include <string>
|
|
#include <shlobj.h>
|
|
#include <propkey.h>
|
|
#include <comdef.h>
|
|
|
|
using namespace std;
|
|
|
|
using namespace Microsoft::WRL;
|
|
using namespace ABI::Windows::UI::Notifications;
|
|
using namespace ABI::Windows::Data::Xml::Dom;
|
|
using namespace Microsoft::WRL::Wrappers;
|