msafd.h: add two definitions from winioctl.h

This commit is contained in:
Bert Belder 2017-09-01 19:13:04 +02:00
parent 2ac38c9f3a
commit 82e9b9e418

View File

@ -8,6 +8,14 @@
#define SIO_BASE_HANDLE 0x48000022
#endif
#ifndef FILE_DEVICE_NETWORK
#define FILE_DEVICE_NETWORK 0x00000012
#endif
#ifndef METHOD_BUFFERED
#define METHOD_BUFFERED 0
#endif
/* clang-format off */
#define AFD_NO_FAST_IO 0x00000001