diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-01-23 11:00:58 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-01-23 11:00:58 +0000 |
commit | ec3347f59be20f966b02eefbeb5c111f876e5ea6 (patch) | |
tree | 411425fbbe7f364d68d6dbff14be2027bbab8f2b | |
parent | Squashed Win2K TAP bug that was introduced by Vista fixes. (diff) | |
download | openvpn-ec3347f59be20f966b02eefbeb5c111f876e5ea6.tar.xz |
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
-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 |