mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-28 07:21:02 +00:00
Prepare APC dispatching
This commit is contained in:
@@ -10,7 +10,7 @@ struct process_context;
|
||||
|
||||
struct pending_apc
|
||||
{
|
||||
ULONG flags{};
|
||||
uint32_t flags{};
|
||||
uint64_t apc_routine{};
|
||||
uint64_t apc_argument1{};
|
||||
uint64_t apc_argument2{};
|
||||
|
||||
Reference in New Issue
Block a user