1
0
mirror of https://github.com/nefarius/WDF-Utils.git synced 2024-09-07 22:42:32 +02:00
WDF-Utils/Templates/Driver.h

12 lines
282 B
C

/* 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