chore(deps): Update sqlite dependencies

This commit is contained in:
TwiN
2022-12-01 20:19:56 -05:00
parent 080563bd4f
commit cdec353744
564 changed files with 583632 additions and 1166555 deletions

View File

@ -1,4 +1,4 @@
// Code generated by 'ccgo stdio/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o stdio/stdio_windows_amd64.go -pkgname stdio', DO NOT EDIT.
// Code generated by 'ccgo stdio\gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o stdio\stdio_windows_amd64.go -pkgname stdio', DO NOT EDIT.
package stdio
@ -120,6 +120,7 @@ const (
X_P_OVERLAY = 2
X_P_WAIT = 0
X_P_tmpdir = "\\"
X_REENTRANT = 1
X_RSIZE_T_DEFINED = 0
X_SECURECRT_FILL_BUFFER_PATTERN = 0xFD
X_SIZE_T_DEFINED = 0
@ -331,15 +332,15 @@ type Threadlocinfo = Threadlocaleinfostruct /* crtdefs.h:468:3 */
// Undefine __mingw_<printf> macros.
type X_iobuf = struct {
F_ptr uintptr
F_cnt int32
_ [4]byte
F_base uintptr
F_flag int32
F_file int32
F_charbuf int32
F_bufsiz int32
F_tmpfname uintptr
F_ptr uintptr
F_cnt int32
F__ccgo_pad1 [4]byte
F_base uintptr
F_flag int32
F_file int32
F_charbuf int32
F_bufsiz int32
F_tmpfname uintptr
} /* stdio.h:26:3 */
type FILE = X_iobuf /* stdio.h:36:25 */