mirror of
https://github.com/nefarius/WDF-Utils.git
synced 2024-11-21 14:34:53 +01:00
Added Driver.h with DMF includes
This commit is contained in:
parent
b062fead9b
commit
44ba1fb4d0
12
Templates/Driver.h
Normal file
12
Templates/Driver.h
Normal file
@ -0,0 +1,12 @@
|
||||
/* The following snippet in your Driver.h gets all DMF components included */
|
||||
|
||||
#pragma warning(disable:5040)
|
||||
#include <DmfModules.Library.h>
|
||||
#pragma warning(default:5040)
|
||||
|
||||
#include <ntddk.h>
|
||||
#include <wdf.h>
|
||||
#include <initguid.h>
|
||||
#include <ntstrsafe.h>
|
||||
|
||||
// the rest of your includes
|
Loading…
Reference in New Issue
Block a user