diff options
-rw-r--r-- | miranda-tools/dbtool/dbtool.h | 2 | ||||
-rw-r--r-- | plugins/clist_nicer/clist_nicer_10.vcxproj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/miranda-tools/dbtool/dbtool.h b/miranda-tools/dbtool/dbtool.h index 18fab61a5f..7bade33d34 100644 --- a/miranda-tools/dbtool/dbtool.h +++ b/miranda-tools/dbtool/dbtool.h @@ -39,7 +39,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. //#include <newpluginapi.h> // Only needed to keep m_database.h happy
#define CallService(a,b,c) 1
-#include "../../miranda/include/m_database.h"
+#include "../../include/m_database.h"
#include "database.h" // Note: This is a copy of database.h from the Miranda IM v0.3 tree.
// Remember to update this when releasing new dbtool versions.
#include "resource.h"
diff --git a/plugins/clist_nicer/clist_nicer_10.vcxproj b/plugins/clist_nicer/clist_nicer_10.vcxproj index 3c068dc677..d8cd2652a3 100644 --- a/plugins/clist_nicer/clist_nicer_10.vcxproj +++ b/plugins/clist_nicer/clist_nicer_10.vcxproj @@ -279,7 +279,7 @@ <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
<WholeProgramOptimization>true</WholeProgramOptimization>
<AdditionalIncludeDirectories>../../include;./include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;CLIST_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
|