From 603d66c5024d6d3241cc3c37682b091c25e3e6b5 Mon Sep 17 00:00:00 2001 From: xerox Date: Mon, 20 Apr 2020 04:15:01 +0000 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 20e2054..7642d16 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,6 @@ NTSTATUS DriverEntry(PVOID lpBaseAddress, DWORD32 dwSize) The source the hello-world.sys is the following: ```cpp - #include NTSTATUS DriverEntry(PVOID lpBaseAddress, DWORD32 dwSize)