Fix MinGW build
This commit is contained in:
parent
45882e0bdc
commit
66f39250b7
@ -4211,6 +4211,10 @@ typedef enum _FILE_INFORMATION_CLASS {
|
||||
# define FILE_DEVICE_FILE_SYSTEM 0x00000009
|
||||
#endif
|
||||
|
||||
#ifndef FILE_DEVICE_NETWORK
|
||||
# define FILE_DEVICE_NETWORK 0x00000012
|
||||
#endif
|
||||
|
||||
#ifndef METHOD_BUFFERED
|
||||
# define METHOD_BUFFERED 0
|
||||
#endif
|
||||
|
||||
@ -27,6 +27,8 @@
|
||||
#include <ws2tcpip.h>
|
||||
#include <windows.h>
|
||||
|
||||
#include "winapi.h"
|
||||
|
||||
|
||||
/*
|
||||
* MinGW is missing these too
|
||||
|
||||
Loading…
Reference in New Issue
Block a user