bandb: embedded sqlite3: fix build on cygwin
This commit is contained in:
parent
066b05dfe2
commit
ca372c23c9
1 changed files with 1 additions and 1 deletions
|
@ -25168,7 +25168,7 @@ winFullPathname(sqlite3_vfs * pVfs, /* Pointer to vfs object */
|
||||||
{
|
{
|
||||||
|
|
||||||
#if defined(__CYGWIN__)
|
#if defined(__CYGWIN__)
|
||||||
cygwin_conv_to_full_win32_path(zRelative, zFull);
|
cygwin_conv_path(CCP_POSIX_TO_WIN_A, zRelative, zFull, nFull);
|
||||||
return SQLITE_OK;
|
return SQLITE_OK;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue