Update sqlite module project files and use AMTL.

This commit is contained in:
Arkshine
2014-08-10 17:24:38 +02:00
parent ab16be08f5
commit 3f6ad29f55
18 changed files with 57 additions and 7079 deletions

View File

@ -16,7 +16,7 @@
#ifndef _SQLITEINT_H_
#define _SQLITEINT_H_
#if defined _MSC_VER && _MSC_VER >= 1400
#if defined _MSC_VER && _MSC_VER >= 1400 && !defined _CRT_SECURE_NO_DEPRECATE
#define _CRT_SECURE_NO_DEPRECATE
#endif