From cf300fa1777d0ee4b3ef52aa032b0d74272e848f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=8D=E5=AD=A3=E6=98=A5?= <16274642+anti-seasonal-spring@user.noreply.gitee.com> Date: Fri, 10 Oct 2025 14:30:45 +0000 Subject: [PATCH] FANJICHUN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 反季春 <16274642+anti-seasonal-spring@user.noreply.gitee.com> --- 3rdpart/wepoll/sys/epoll.cpp | 2 +- 3rdpart/wepoll/sys/epoll.h | 2 +- 3rdpart/wepoll/wepoll.c | 4 ++-- api/include/mk_events.h | 2 +- api/include/mk_proxyplayer.h | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/3rdpart/wepoll/sys/epoll.cpp b/3rdpart/wepoll/sys/epoll.cpp index 1d9668b3..2786055a 100644 --- a/3rdpart/wepoll/sys/epoll.cpp +++ b/3rdpart/wepoll/sys/epoll.cpp @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2016 The ZLToolKit project authors. All Rights Reserved. * * This file is part of ZLToolKit(https://github.com/ZLMediaKit/ZLToolKit). diff --git a/3rdpart/wepoll/sys/epoll.h b/3rdpart/wepoll/sys/epoll.h index f40c5af7..9c99ef1d 100644 --- a/3rdpart/wepoll/sys/epoll.h +++ b/3rdpart/wepoll/sys/epoll.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2016 The ZLToolKit project authors. All Rights Reserved. * * This file is part of ZLToolKit(https://github.com/ZLMediaKit/ZLToolKit). diff --git a/3rdpart/wepoll/wepoll.c b/3rdpart/wepoll/wepoll.c index 03cdc2bb..3979bcea 100644 --- a/3rdpart/wepoll/wepoll.c +++ b/3rdpart/wepoll/wepoll.c @@ -1,4 +1,4 @@ -/* +/* * wepoll - epoll for Windows * https://github.com/piscisaureus/wepoll * @@ -204,7 +204,7 @@ typedef struct _OBJECT_ATTRIBUTES { \ X(NTSTATUS, NTAPI, NtCreateKeyedEvent, \ (PHANDLE KeyedEventHandle, ACCESS_MASK DesiredAccess, POBJECT_ATTRIBUTES ObjectAttributes, ULONG Flags)) \ - \ + \ X(NTSTATUS, NTAPI, NtDeviceIoControlFile, \ (HANDLE FileHandle, HANDLE Event, PIO_APC_ROUTINE ApcRoutine, PVOID ApcContext, PIO_STATUS_BLOCK IoStatusBlock, \ ULONG IoControlCode, PVOID InputBuffer, ULONG InputBufferLength, PVOID OutputBuffer, ULONG OutputBufferLength)) \ diff --git a/api/include/mk_events.h b/api/include/mk_events.h index 42ebd755..eebcb964 100644 --- a/api/include/mk_events.h +++ b/api/include/mk_events.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). diff --git a/api/include/mk_proxyplayer.h b/api/include/mk_proxyplayer.h index b6d5eb79..f3e8ae9b 100644 --- a/api/include/mk_proxyplayer.h +++ b/api/include/mk_proxyplayer.h @@ -1,4 +1,4 @@ -/* +/* * Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved. * * This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit). -- Gitee