mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 07:21:02 +00:00
Some progress
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
#include "handles.hpp"
|
||||
|
||||
#include "module/module_manager.hpp"
|
||||
#include <utils/nt_handle.hpp>
|
||||
|
||||
struct event
|
||||
{
|
||||
@@ -24,6 +25,7 @@ struct event
|
||||
|
||||
struct file
|
||||
{
|
||||
utils::nt::handle<INVALID_HANDLE_VALUE> handle{};
|
||||
std::wstring name{};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user