File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11#define SQLITE_ENABLE_DBPAGE_VTAB 1
2- #define SQLITE_RSYNC_USE_H
32
43#ifndef SQLITE_RSYNC_C_INCLUDED
54#define SQLITE_RSYNC_C_INCLUDED
@@ -125,7 +124,7 @@ static void win32_fatal_error(const char *zMsg)
125124 fprintf (stderr , "%s" , zMsg );
126125 exit (1 );
127126}
128- extern int _open_osfhandle ( intptr_t , int );
127+ #include <io.h> /* For _open_osfhandle */
129128#else
130129#include <unistd.h>
131130#include <signal.h>
@@ -174,7 +173,7 @@ extern int sqlite3_sha_init(
174173**
175174** Return the number of errors.
176175*/
177- static int win32_create_child_process (
176+ int win32_create_child_process (
178177 wchar_t * zCmd , /* The command that the child process will run */
179178 HANDLE hIn , /* Standard input */
180179 HANDLE hOut , /* Standard output */
You can’t perform that action at this time.
0 commit comments