aboutsummaryrefslogtreecommitdiff
path: root/src/sqliteInt.h
diff options
context:
space:
mode:
authormistachkin <mistachkin@noemail.net>2016-07-29 17:36:27 +0000
committermistachkin <mistachkin@noemail.net>2016-07-29 17:36:27 +0000
commit11f69b879c5b9f4dcd566fda776e03bc23c94147 (patch)
tree7a600c4d68db1bf2a3abcc86979a8bfff111ac3f /src/sqliteInt.h
parentbe56ad31b742d21496863b4b4105b137e7df712e (diff)
downloadsqlite-11f69b879c5b9f4dcd566fda776e03bc23c94147.tar.gz
sqlite-11f69b879c5b9f4dcd566fda776e03bc23c94147.zip
Using the header file 'intrin.h' requires MSVC 2005 or later.
FossilOrigin-Name: 9fae75c08b7d3b3e13734193ad8398ef6971cbac
Diffstat (limited to 'src/sqliteInt.h')
-rw-r--r--src/sqliteInt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqliteInt.h b/src/sqliteInt.h
index 35be76dfb..0ce56ceab 100644
--- a/src/sqliteInt.h
+++ b/src/sqliteInt.h
@@ -234,7 +234,7 @@
** the SQLITE_DISABLE_INTRINSIC define.
*/
#if !defined(SQLITE_DISABLE_INTRINSIC)
-# if defined(_MSC_VER) && _MSC_VER>=1300
+# if defined(_MSC_VER) && _MSC_VER>=1400
# if !defined(_WIN32_WCE)
# include <intrin.h>
# pragma intrinsic(_byteswap_ushort)