mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Don't double-define STATUS_ARRAY_BOUNDS_EXCEEDED
svn path=/trunk/; revision=14179
This commit is contained in:
parent
301637bbde
commit
64944b49f7
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
|||
IN PDEVICE_OBJECT SourceDevice,
|
||||
IN PDEVICE_OBJECT TargetDevice,
|
||||
OUT PDEVICE_OBJECT *AttachedToDeviceObject);
|
||||
#define STATUS_ARRAY_BOUNDS_EXCEEDED 0xc000008c
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
#include <ntddk.h>
|
||||
|
|
Loading…
Reference in a new issue