diff options
Diffstat (limited to '')
-rwxr-xr-x | tap-win32/prototypes.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tap-win32/prototypes.h b/tap-win32/prototypes.h index b4dd69e..ecece51 100755 --- a/tap-win32/prototypes.h +++ b/tap-win32/prototypes.h @@ -219,16 +219,16 @@ ZwSetSecurityObject ( #endif +VOID AllowNonAdmin (TapExtensionPointer p_Extension); + +#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 - #if PACKET_TRUNCATION_CHECK VOID IPv4PacketSizeVerify |