1
0
mirror of https://github.com/nefarius/WDF-Utils.git synced 2024-07-27 00:39:26 +02:00

Added Driver.h with DMF includes

This commit is contained in:
Benjamin Höglinger-Stelzer 2022-05-04 12:14:57 +02:00
parent b062fead9b
commit 44ba1fb4d0

12
Templates/Driver.h Normal file
View 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