mirror of
https://github.com/modernw/AppInstallerForWin8.git
synced 2026-04-12 01:07:18 +10:00
12 lines
250 B
C++
12 lines
250 B
C++
#pragma once
|
|
#include <windows.h>
|
|
#include <objbase.h>
|
|
#include <iostream>
|
|
#include <string>
|
|
|
|
#using <Windows.winmd>
|
|
|
|
using namespace Platform;
|
|
using namespace Windows::Foundation;
|
|
using namespace Windows::Management::Deployment;
|
|
using namespace std; |