Hi all, I am working in a porting project of SQLite from windows.
I Could not port the Truncate () function (For Eg: WinTruncate () in windows code in the file os_win.c ) as the same logic cannot be applied to my platform. Can I make it a dummy function by just returning SQLITE_OK? Please help. Regards Jimmy Mathew

