mirror of
https://gitee.com/xia-chu/ZLMediaKit.git
synced 2026-05-18 07:47:50 +08:00
Pre Merge pull request !32 from 反季春/N/A
This commit is contained in:
commit
e2384fc73e
@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016 The ZLToolKit project authors. All Rights Reserved.
|
* Copyright (c) 2016 The ZLToolKit project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* This file is part of ZLToolKit(https://github.com/ZLMediaKit/ZLToolKit).
|
* This file is part of ZLToolKit(https://github.com/ZLMediaKit/ZLToolKit).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016 The ZLToolKit project authors. All Rights Reserved.
|
* Copyright (c) 2016 The ZLToolKit project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* This file is part of ZLToolKit(https://github.com/ZLMediaKit/ZLToolKit).
|
* This file is part of ZLToolKit(https://github.com/ZLMediaKit/ZLToolKit).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* wepoll - epoll for Windows
|
* wepoll - epoll for Windows
|
||||||
* https://github.com/piscisaureus/wepoll
|
* https://github.com/piscisaureus/wepoll
|
||||||
*
|
*
|
||||||
@ -204,7 +204,7 @@ typedef struct _OBJECT_ATTRIBUTES {
|
|||||||
\
|
\
|
||||||
X(NTSTATUS, NTAPI, NtCreateKeyedEvent, \
|
X(NTSTATUS, NTAPI, NtCreateKeyedEvent, \
|
||||||
(PHANDLE KeyedEventHandle, ACCESS_MASK DesiredAccess, POBJECT_ATTRIBUTES ObjectAttributes, ULONG Flags)) \
|
(PHANDLE KeyedEventHandle, ACCESS_MASK DesiredAccess, POBJECT_ATTRIBUTES ObjectAttributes, ULONG Flags)) \
|
||||||
\
|
\
|
||||||
X(NTSTATUS, NTAPI, NtDeviceIoControlFile, \
|
X(NTSTATUS, NTAPI, NtDeviceIoControlFile, \
|
||||||
(HANDLE FileHandle, HANDLE Event, PIO_APC_ROUTINE ApcRoutine, PVOID ApcContext, PIO_STATUS_BLOCK IoStatusBlock, \
|
(HANDLE FileHandle, HANDLE Event, PIO_APC_ROUTINE ApcRoutine, PVOID ApcContext, PIO_STATUS_BLOCK IoStatusBlock, \
|
||||||
ULONG IoControlCode, PVOID InputBuffer, ULONG InputBufferLength, PVOID OutputBuffer, ULONG OutputBufferLength)) \
|
ULONG IoControlCode, PVOID InputBuffer, ULONG InputBufferLength, PVOID OutputBuffer, ULONG OutputBufferLength)) \
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved.
|
* Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit).
|
* This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit).
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved.
|
* Copyright (c) 2016-present The ZLMediaKit project authors. All Rights Reserved.
|
||||||
*
|
*
|
||||||
* This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit).
|
* This file is part of ZLMediaKit(https://github.com/ZLMediaKit/ZLMediaKit).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user