mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-22 05:03:56 +00:00
Fix NtQueueApcThreadEx
This commit is contained in:
@@ -109,4 +109,13 @@ typedef struct _KCONTINUE_ARGUMENT
|
||||
#define KCONTINUE_FLAG_TEST_ALERT 0x00000001
|
||||
#define KCONTINUE_FLAG_DELIVER_APC 0x00000002
|
||||
|
||||
#ifndef OS_WINDOWS
|
||||
typedef enum _QUEUE_USER_APC_FLAGS
|
||||
{
|
||||
QUEUE_USER_APC_FLAGS_NONE,
|
||||
QUEUE_USER_APC_FLAGS_SPECIAL_USER_APC,
|
||||
QUEUE_USER_APC_CALLBACK_DATA_CONTEXT
|
||||
} QUEUE_USER_APC_FLAGS;
|
||||
#endif
|
||||
|
||||
// NOLINTEND(modernize-use-using,cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays)
|
||||
|
||||
Reference in New Issue
Block a user