From 35a3c167a12dfacc434a197497627114a904dae1 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 19 Apr 2007 10:20:57 +0000 Subject: Updated build system and tap driver to work with version 5600 of the Windows DDK. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1851 e7ae566f-a301-0410-adde-c780ea21d3b5 --- tap-win32/prototypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tap-win32/prototypes.h') diff --git a/tap-win32/prototypes.h b/tap-win32/prototypes.h index 2bd9961..788670c 100755 --- a/tap-win32/prototypes.h +++ b/tap-win32/prototypes.h @@ -187,6 +187,7 @@ VOID HookDispatchFunctions(); #if ENABLE_NONADMIN +#if DDKVER < 5600 /* * Better solution for use on Vista DDK, but possibly not compatible with * earlier DDKs: @@ -216,6 +217,8 @@ ZwSetSecurityObject ( IN SECURITY_INFORMATION SecurityInformation, IN PSECURITY_DESCRIPTOR SecurityDescriptor); +#endif + VOID AllowNonAdmin (TapExtensionPointer p_Extension); #endif -- cgit v1.2.3