We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115605b commit 91e620dCopy full SHA for 91e620d
src/libwindrv.cpp
@@ -42,6 +42,7 @@ DriverUnload(__in DRIVER_OBJECT *DriverObject)
42
// TODO
43
}
44
45
+#pragma alloc_text(INIT, DriverEntry)
46
EXTERN_C
47
NTSTATUS
48
DriverEntry(__in DRIVER_OBJECT *DriverObject, __in UNICODE_STRING *RegistryPath)
0 commit comments