aboutsummaryrefslogtreecommitdiffstats
path: root/api/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/driver.h')
-rw-r--r--api/driver.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/api/driver.h b/api/driver.h
index e8514df..c17787c 100644
--- a/api/driver.h
+++ b/api/driver.h
@@ -22,6 +22,10 @@ DriverIsWintunAdapter(_In_ HDEVINFO DevInfo, _In_opt_ SP_DEVINFO_DATA *DevInfoDa
_Return_type_success_(return != INVALID_HANDLE_VALUE) HANDLE
DriverGetAdapterDeviceObject(_In_opt_z_ const WCHAR *InstanceId);
+#if defined(HAVE_EV) || defined(HAVE_WHQL)
+
WINTUN_STATUS DriverInstallOrUpdate(VOID);
WINTUN_STATUS DriverUninstall(VOID);
+
+#endif \ No newline at end of file