summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
{