mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-18 09:13:14 +00:00
Merge branch 'master' of https://github.com/Ylianst/MeshAgent
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// This file is auto-generated, any edits may be overwritten
|
||||
#define SOURCE_COMMIT_DATE "2019-May-12 21:39:02-0700"
|
||||
#define SOURCE_COMMIT_HASH "d0fb36d10bc2bdf6822629daa098b07a90730e88"
|
||||
#define SOURCE_COMMIT_DATE "2019-Nov-26 11:09:12-0800"
|
||||
#define SOURCE_COMMIT_DATE "2019-Nov-26 11:09:12-0800"
|
||||
#define SOURCE_COMMIT_HASH "170536b267edea4ab1c67a6fb93c4a4a723d5470"
|
||||
#define SOURCE_COMMIT_HASH "170536b267edea4ab1c67a6fb93c4a4a723d5470"
|
||||
|
||||
@@ -795,6 +795,8 @@ void ILibDuktape_HECI_NextIoctl(ILibQueue q);
|
||||
BOOL ILibDuktape_HECI_IoctlHandler(HANDLE h, ILibWaitHandle_ErrorStatus errors, void *user)
|
||||
{
|
||||
if (errors == ILibWaitHandle_ErrorStatus_INVALID_HANDLE) { return(FALSE); }
|
||||
if (!ILibMemory_CanaryOK(user)) { return(FALSE); }
|
||||
|
||||
ILibDuktape_HECI_ioctl_data *data = (ILibDuktape_HECI_ioctl_data*)user;
|
||||
ILibQueue Q = data->Q;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user