aboutsummaryrefslogtreecommitdiff
path: root/tap-win32/prototypes.h
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-01-23 09:37:25 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-01-23 09:37:25 +0000
commit55e8903b9f856256a54604bbda809e70a4c03711 (patch)
treedad0e735190bae2cede451c92ccbe0654f937ebb /tap-win32/prototypes.h
parentIncremented TAP version number to 9.4. (diff)
downloadopenvpn-55e8903b9f856256a54604bbda809e70a4c03711.tar.xz
Squashed Win2K TAP bug that was introduced by Vista fixes.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2657 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'tap-win32/prototypes.h')
-rwxr-xr-xtap-win32/prototypes.h6
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