- 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:
Thomas Faber 2015-05-09 22:49:37 +00:00
parent d0fb55f564
commit 88f12ca109
2 changed files with 2 additions and 0 deletions

View file

@ -43,6 +43,7 @@
#include <ntstatus.h>
#include <kernelspecs.h>
#include <ntiologc.h>
#include <suppress.h>
#ifndef GUID_DEFINED
#include <guiddef.h>

View file

@ -43,6 +43,7 @@
#include <ntstatus.h>
#include <kernelspecs.h>
#include <ntiologc.h>
#include <suppress.h>
#ifndef GUID_DEFINED
#include <guiddef.h>