Skip to content

Commit 6139763

Browse files
committed
master now only compiles with 3.53
1 parent 750b53c commit 6139763

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

src/apsw.c

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,8 @@ API Reference
106106
#include "sqlite3.h"
107107
#endif
108108

109-
#if SQLITE_VERSION_NUMBER < 3051000
110-
#error Your SQLite version is too old. It must be at least 3.51
111-
#endif
112-
113-
#ifndef SQLITE_UTF8_ZT
114-
#define SQLITE_UTF8_ZT SQLITE_UTF8
109+
#if SQLITE_VERSION_NUMBER < 3053000
110+
#error Your SQLite version is too old. It must be at least 3.53
115111
#endif
116112

117113
#include "sqlite_debug.h"

0 commit comments

Comments
 (0)