src: rename some files

This commit is contained in:
Bert Belder 2017-09-03 19:21:29 +02:00
parent eef4a2ef44
commit 0c20d49e2f
3 changed files with 8 additions and 8 deletions

View File

@ -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_ */

View File

@ -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

View File

@ -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_ */