mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
2b7ee72e86
* Reuse type for specifying template to use * Add support for template add-function * Add support for template pass-sources-to-add-function
6 lines
137 B
C++
6 lines
137 B
C++
#include <ntifs.h>
|
|
|
|
extern "C" NTSTATUS DriverEntry(PDRIVER_OBJECT driver, PUNICODE_STRING registry) {
|
|
return STATUS_UNSUCCESSFUL;
|
|
}
|