mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Update Makefile.msc to include window.c in the build.
FossilOrigin-Name: 16db73842ade5eb0fe02f257b91d1c7b41d830d3f17f8638b8fbaed309d9a852
This commit is contained in:
@@ -485,7 +485,7 @@ static const FuncDef statInitFuncdef = {
|
||||
0, /* pNext */
|
||||
statInit, /* xSFunc */
|
||||
0, /* xFinalize */
|
||||
0, 0,
|
||||
0, 0, /* xValue, xInverse */
|
||||
"stat_init", /* zName */
|
||||
{0}
|
||||
};
|
||||
@@ -802,7 +802,7 @@ static const FuncDef statPushFuncdef = {
|
||||
0, /* pNext */
|
||||
statPush, /* xSFunc */
|
||||
0, /* xFinalize */
|
||||
0, 0,
|
||||
0, 0, /* xValue, xInverse */
|
||||
"stat_push", /* zName */
|
||||
{0}
|
||||
};
|
||||
@@ -954,7 +954,7 @@ static const FuncDef statGetFuncdef = {
|
||||
0, /* pNext */
|
||||
statGet, /* xSFunc */
|
||||
0, /* xFinalize */
|
||||
0, 0,
|
||||
0, 0, /* xValue, xInverse */
|
||||
"stat_get", /* zName */
|
||||
{0}
|
||||
};
|
||||
|
Reference in New Issue
Block a user