mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-04-19 13:42:55 +00:00
14 lines
211 B
C++
14 lines
211 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
#include <mutex>
|
|
#include <filesystem>
|
|
#include <functional>
|
|
|
|
#include <Windows.h>
|
|
#include <Shlwapi.h>
|
|
#include <ShlObj.h>
|
|
|
|
#pragma comment(lib, "Shlwapi.lib")
|