Fix MinGW build

This commit is contained in:
Bert Belder 2011-10-21 18:38:39 -07:00
parent 45882e0bdc
commit 66f39250b7
2 changed files with 6 additions and 0 deletions

View File

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

View File

@ -27,6 +27,8 @@
#include <ws2tcpip.h>
#include <windows.h>
#include "winapi.h"
/*
* MinGW is missing these too