diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2005-06-30 20:58:36 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2005-06-30 20:58:36 +0000 |
| commit | 7d02c9dcb2e9e06aef2e74068abedb929198c4c5 (patch) | |
| tree | d4aa4b9ee9c45ef44c51d06710917b81fc022667 /ext/pdo_sqlite/sqlite/src/os_test.h | |
| parent | efc6ccaa01caba362c59e1708261076e25a28efe (diff) | |
| download | php-git-7d02c9dcb2e9e06aef2e74068abedb929198c4c5.tar.gz | |
Upgraded bundled sqlite lib to 3.2.2
Diffstat (limited to 'ext/pdo_sqlite/sqlite/src/os_test.h')
| -rw-r--r-- | ext/pdo_sqlite/sqlite/src/os_test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo_sqlite/sqlite/src/os_test.h b/ext/pdo_sqlite/sqlite/src/os_test.h index 256eaaf17a..dc0a04aae2 100644 --- a/ext/pdo_sqlite/sqlite/src/os_test.h +++ b/ext/pdo_sqlite/sqlite/src/os_test.h @@ -19,6 +19,7 @@ #include "os_unix.h" #undef OS_UNIX #undef OsFile +#undef SET_FULLSYNC /* Include sqliteInt.h now to get the type u8. */ #include "sqliteInt.h" |
