Files
AppInstallerForWin8/PriReader/stdafx.h
2025-02-19 21:09:40 +08:00

19 lines
428 B
C++

#pragma once
#include <windows.h>
#include <wrl.h>
#include <roapi.h>
#include <string>
#include <windows.ui.xaml.h>
#include <shlwapi.h>
#include <strsafe.h>
#include <wincodec.h>
#include <vector>
#include <wrl/wrappers/corewrappers.h>
#include <windows.applicationmodel.resources.core.h>
using namespace Microsoft::WRL;
using namespace Microsoft::WRL::Wrappers;
using namespace Windows::ApplicationModel::Resources::Core;