mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Fix SQLite3 build for Landlock Make
This commit is contained in:
parent
ed161b240e
commit
4922bc4890
7 changed files with 28 additions and 14 deletions
3
third_party/sqlite3/sqlite3rbu.c
vendored
3
third_party/sqlite3/sqlite3rbu.c
vendored
|
@ -1,3 +1,4 @@
|
|||
// clang-format off
|
||||
/*
|
||||
** 2014 August 30
|
||||
**
|
||||
|
@ -90,7 +91,7 @@
|
|||
#include "third_party/sqlite3/sqlite3rbu.h"
|
||||
|
||||
#if defined(_WIN32_WCE)
|
||||
#include "windows.h"
|
||||
// #include "third_party/sqlite3/windows.h"
|
||||
#endif
|
||||
|
||||
/* Maximum number of prepared UPDATE statements held by this module */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue