diff --git a/3rdpart/wepoll/sys/epoll.cpp b/3rdpart/wepoll/sys/epoll.cpp index 1d9668b39e58b38855964aa0ff281979ae151ff3..2786055a41f93aecd5633d1e53f762be126c9b84 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 f40c5af7a17a911f4345dd7ec0b17fd6098965bc..9c99ef1da6d815beae06017ab8614f042ddb83d6 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 03cdc2bb88c4d7a23ad0a3424d8c272445bb1c90..3979bcea76251ed0a4336245cc4accc495139b54 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 42ebd7556964207d015596919b17e6bb4f314f5b..eebcb9648198af40e323d2135a81ab581a354a54 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 b6d5eb794a0d46be73bf29a127ae867e8fe72808..f3e8ae9b029463a7f6edb7e4d17f315b33341010 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).