summaryrefslogtreecommitdiffstats
path: root/service-win32
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-02-29 22:11:50 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-22 22:07:07 +0100
commitac2447cd533763a7240f12603eab463ebb5c4bac (patch)
treef0390f2a0d6b651224a915e3ea847fa4a89624e5 /service-win32
parent8e3ca1f6c1400f4a9275760d1680a65bb4a99eae (diff)
downloadopenvpn-ac2447cd533763a7240f12603eab463ebb5c4bac.tar.gz
openvpn-ac2447cd533763a7240f12603eab463ebb5c4bac.tar.xz
openvpn-ac2447cd533763a7240f12603eab463ebb5c4bac.zip
cleanup: rename tap-windows function from win32 to win
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Samuli Seppänen <samuli@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'service-win32')
-rw-r--r--service-win32/service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/service-win32/service.h b/service-win32/service.h
index 028d075..cf41ed7 100644
--- a/service-win32/service.h
+++ b/service-win32/service.h
@@ -69,7 +69,7 @@ extern "C" {
// displayed name of the service
#define SZSERVICEDISPLAYNAME PACKAGE_NAME " Service"
// list of service dependencies - "dep1\0dep2\0\0"
-#define SZDEPENDENCIES TAP_ID "\0Dhcp\0\0"
+#define SZDEPENDENCIES TAP_WIN_COMPONENT_ID "\0Dhcp\0\0"
//////////////////////////////////////////////////////////////////////////////