diff options
Diffstat (limited to 'tap-win32/prototypes.h')
-rwxr-xr-x | tap-win32/prototypes.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tap-win32/prototypes.h b/tap-win32/prototypes.h index f7d09f6..b4dd69e 100755 --- a/tap-win32/prototypes.h +++ b/tap-win32/prototypes.h @@ -219,6 +219,12 @@ ZwSetSecurityObject ( #endif +struct WIN2K_NDIS_MINIPORT_BLOCK +{ + unsigned char opaque[16]; + UNICODE_STRING MiniportName; // how mini-port refers to us +}; + VOID AllowNonAdmin (TapExtensionPointer p_Extension); #endif |