]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Forgot to put struct WIN2K_NDIS_MINIPORT_BLOCK outside
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Wed, 23 Jan 2008 11:00:58 +0000 (11:00 +0000)
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>
Wed, 23 Jan 2008 11:00:58 +0000 (11:00 +0000)
of #if ENABLE_NONADMIN block.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2658 e7ae566f-a301-0410-adde-c780ea21d3b5

tap-win32/prototypes.h

index b4dd69e79db76d5fd772b512893196cb6467b4c5..ecece51b974f42991226edcb4605795330b3419f 100755 (executable)
@@ -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