mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[DDK]
- Include <suppress.h> from wdm.h to satisfy __WARNING_MEMORY_NOT_ACQUIRED. Patch by Mark Jansen. CORE-9657 #resolve svn path=/trunk/; revision=67608
This commit is contained in:
parent
d0fb55f564
commit
88f12ca109
2 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@
|
|||
#include <ntstatus.h>
|
||||
#include <kernelspecs.h>
|
||||
#include <ntiologc.h>
|
||||
#include <suppress.h>
|
||||
|
||||
#ifndef GUID_DEFINED
|
||||
#include <guiddef.h>
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
#include <ntstatus.h>
|
||||
#include <kernelspecs.h>
|
||||
#include <ntiologc.h>
|
||||
#include <suppress.h>
|
||||
|
||||
#ifndef GUID_DEFINED
|
||||
#include <guiddef.h>
|
||||
|
|
Loading…
Reference in a new issue