Skip to content

Commit b478afd

Browse files
committed
propagating change from pager.c into unqlite.c
1 parent 8e9e251 commit b478afd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unqlite.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55432,6 +55432,9 @@ UNQLITE_PRIVATE const unqlite_vfs * unqliteExportBuiltinVfs(void)
5543255432
**
5543355433
**
5543455434
*/
55435+
#ifndef NULL
55436+
#define NULL 0
55437+
#endif
5543555438
#define PAGER_OPEN 0
5543655439
#define PAGER_READER 1
5543755440
#define PAGER_WRITER_LOCKED 2

0 commit comments

Comments
 (0)