src: capitalize Windows.h

This commit is contained in:
Bert Belder 2017-09-01 19:13:50 +02:00
parent 82e9b9e418
commit 4815b07fd4
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
#ifndef EPOLL_MSAFD_H_
#define EPOLL_MSAFD_H_
#include <windows.h>
#include <Windows.h>
#include "ntapi.h"
#ifndef SIO_BASE_HANDLE

View File

@ -1,7 +1,7 @@
#ifndef EPOLL_NTAPI_H_
#define EPOLL_NTAPI_H_
#include <windows.h>
#include <Windows.h>
#ifndef _NTDEF_
typedef LONG NTSTATUS;