add rtt complie macro SQLITE_OS_RTT
This commit is contained in:
parent
a186d329a4
commit
e0a3ced7ea
|
@ -33,6 +33,8 @@
|
|||
# define SQLITE_OS_UNIX 0
|
||||
# undef SQLITE_OS_WIN
|
||||
# define SQLITE_OS_WIN 0
|
||||
# undef SQLITE_OS_RTT
|
||||
# define SQLITE_OS_RTT 1
|
||||
# else
|
||||
# undef SQLITE_OS_OTHER
|
||||
# endif
|
||||
|
|
Loading…
Reference in New Issue