mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
- Don't hardcode the Ioctl
svn path=/branches/aicom-network-fixes/; revision=35438
This commit is contained in:
parent
bd043fd1cf
commit
e57331851c
1 changed files with 1 additions and 1 deletions
|
@ -577,7 +577,7 @@ TdiDefaultSendPossibleHandler(
|
|||
IrpSubFunction, DeviceObject, \
|
||||
FileObject, Event, IoStatusBlock) \
|
||||
IoBuildDeviceIoControlRequest( \
|
||||
0x00000003, DeviceObject, \
|
||||
IrpSubFunction, DeviceObject, \
|
||||
NULL, 0, NULL, 0, \
|
||||
TRUE, Event, IoStatusBlock)
|
||||
|
||||
|
|
Loading…
Reference in a new issue