From: james Date: Wed, 23 Jan 2008 11:00:58 +0000 (+0000) Subject: Forgot to put struct WIN2K_NDIS_MINIPORT_BLOCK outside X-Git-Tag: v2.1_rc5~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec3347f59be20f966b02eefbeb5c111f876e5ea6;p=thirdparty%2Fopenvpn.git Forgot to put struct WIN2K_NDIS_MINIPORT_BLOCK outside of #if ENABLE_NONADMIN block. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2658 e7ae566f-a301-0410-adde-c780ea21d3b5 --- diff --git a/tap-win32/prototypes.h b/tap-win32/prototypes.h index b4dd69e79..ecece51b9 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