src: rename some files
This commit is contained in:
parent
eef4a2ef44
commit
0c20d49e2f
@ -1,9 +1,9 @@
|
||||
#ifndef EPOLL_MSAFD_H_
|
||||
#define EPOLL_MSAFD_H_
|
||||
#ifndef EPOLL_AFD_H_
|
||||
#define EPOLL_AFD_H_
|
||||
|
||||
#include <Windows.h>
|
||||
|
||||
#include "ntapi.h"
|
||||
#include "nt.h"
|
||||
|
||||
#ifndef SIO_BASE_HANDLE
|
||||
#define SIO_BASE_HANDLE 0x48000022
|
||||
@ -87,4 +87,4 @@ static const GUID AFD_PROVIDER_IDS[] = {
|
||||
0x43e4,
|
||||
{0xb7, 0xbd, 0x18, 0x1f, 0x20, 0x89, 0x79, 0x2a}}};
|
||||
|
||||
#endif /* EPOLL_MSAFD_H_ */
|
||||
#endif /* EPOLL_AFD_H_ */
|
||||
@ -7,9 +7,9 @@
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "afd.h"
|
||||
#include "epoll.h"
|
||||
#include "error.h"
|
||||
#include "msafd.h"
|
||||
#include "tree.h"
|
||||
|
||||
#ifndef _SSIZE_T_DEFINED
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
#ifndef EPOLL_NTAPI_H_
|
||||
#define EPOLL_NTAPI_H_
|
||||
#ifndef EPOLL_NT_H_
|
||||
#define EPOLL_NT_H_
|
||||
|
||||
#include <Windows.h>
|
||||
|
||||
@ -4088,4 +4088,4 @@ typedef NTSTATUS(NTAPI* PNTDEVICEIOCONTROLFILE)(HANDLE FileHandle,
|
||||
PVOID OutputBuffer,
|
||||
ULONG OutputBufferLength);
|
||||
|
||||
#endif /* EPOLL_NTAPI_H_ */
|
||||
#endif /* EPOLL_NT_H_ */
|
||||
Loading…
x
Reference in New Issue
Block a user