diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-22 08:22:20 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-22 08:22:20 +0000 |
commit | 16d0d0ebef053cec1c28e4b99f290874334a7ba2 (patch) | |
tree | 846a493e9ea5137ef7049e39ecc083ac397720f1 /src | |
parent | moved LogErrno to AnytunErrno (diff) |
fixed build on windows
Diffstat (limited to 'src')
-rw-r--r-- | src/anytun.suo | bin | 66048 -> 66048 bytes | |||
-rw-r--r-- | src/anytun.vcproj | 8 | ||||
-rw-r--r-- | src/win32/registryKey.cpp | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/src/anytun.suo b/src/anytun.suo Binary files differindex 2392b5f..ac1e334 100644 --- a/src/anytun.suo +++ b/src/anytun.suo 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) { |