1
0
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:
dan
2018-06-10 07:42:35 +00:00
parent 96f55d0fa5
commit 980cf25b10
4 changed files with 17 additions and 13 deletions

View File

@@ -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}
};