From 16d0d0ebef053cec1c28e4b99f290874334a7ba2 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 22 Feb 2009 08:22:20 +0000 Subject: fixed build on windows --- src/anytun.suo | Bin 66048 -> 66048 bytes src/anytun.vcproj | 8 ++++++++ src/win32/registryKey.cpp | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/anytun.suo b/src/anytun.suo index 2392b5f..ac1e334 100644 Binary files a/src/anytun.suo and b/src/anytun.suo differ diff --git a/src/anytun.vcproj b/src/anytun.vcproj index 696e905..7d4759a 100644 --- a/src/anytun.vcproj +++ b/src/anytun.vcproj @@ -324,6 +324,10 @@ Filter="h;hpp;hxx;hm;inl;inc;xsd" UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > + + @@ -504,6 +508,10 @@ RelativePath=".\anytun.cpp" > + + diff --git a/src/win32/registryKey.cpp b/src/win32/registryKey.cpp index 9f4b653..a6858e9 100644 --- a/src/win32/registryKey.cpp +++ b/src/win32/registryKey.cpp @@ -35,7 +35,7 @@ #include "registryKey.h" -#include "../log.h" +#include "../anytunError.h" RegistryKey::RegistryKey() : opened_(false) { -- cgit v1.2.3