summaryrefslogtreecommitdiff
path: root/cryptopp
diff options
context:
space:
mode:
Diffstat (limited to 'cryptopp')
-rw-r--r--cryptopp/commonheaders.h2
-rw-r--r--cryptopp/cryptopp_9.vcproj4
2 files changed, 3 insertions, 3 deletions
diff --git a/cryptopp/commonheaders.h b/cryptopp/commonheaders.h
index 5d73121..c0d6954 100644
--- a/cryptopp/commonheaders.h
+++ b/cryptopp/commonheaders.h
@@ -73,7 +73,7 @@
#include "m_protosvc.h"
#include "m_utils.h"
#include "m_netlib.h"
-#include "m_updater.h"
+#include "sdk/m_updater.h"
#endif
diff --git a/cryptopp/cryptopp_9.vcproj b/cryptopp/cryptopp_9.vcproj
index 2c53824..fb7a174 100644
--- a/cryptopp/cryptopp_9.vcproj
+++ b/cryptopp/cryptopp_9.vcproj
@@ -47,7 +47,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="..\..\include;..\ExternalAPI"
+ AdditionalIncludeDirectories="..\..\include"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;CRYPTOPP_EXPORTS"
MinimalRebuild="true"
RuntimeLibrary="3"
@@ -135,7 +135,7 @@
Name="VCCLCompilerTool"
Optimization="1"
FavorSizeOrSpeed="2"
- AdditionalIncludeDirectories="..\..\include;..\ExternalAPI"
+ AdditionalIncludeDirectories="..\..\include"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
RuntimeLibrary="2"