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).