summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-22 08:22:20 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-22 08:22:20 +0000
commit16d0d0ebef053cec1c28e4b99f290874334a7ba2 (patch)
tree846a493e9ea5137ef7049e39ecc083ac397720f1
parentmoved LogErrno to AnytunErrno (diff)
fixed build on windows
-rw-r--r--src/anytun.suobin66048 -> 66048 bytes
-rw-r--r--src/anytun.vcproj8
-rw-r--r--src/win32/registryKey.cpp2
3 files changed, 9 insertions, 1 deletions
diff --git a/src/anytun.suo b/src/anytun.suo
index 2392b5f..ac1e334 100644
--- a/src/anytun.suo
+++ b/src/anytun.suo
Binary files differ
diff --git a/src/anytun.vcproj b/src/anytun.vcproj
index 696e905..7d4759a 100644
--- a/src/anytun.vcproj
+++ b/src/anytun.vcproj
@@ -325,6 +325,10 @@
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
+ RelativePath=".\anytunError.h"
+ >
+ </File>
+ <File
RelativePath=".\authAlgo.h"
>
</File>
@@ -505,6 +509,10 @@
>
</File>
<File
+ RelativePath=".\anytunError.cpp"
+ >
+ </File>
+ <File
RelativePath=".\authAlgo.cpp"
>
</File>
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)
{