On 4 Nov 2013, at 6:32am, David de Regt <dav...@mylollc.com> wrote:

> In Visual Studio 2013, which uses the Windows 8.1 Platform SDK, they've 
> marked GetVersionEx as deprecated, trying to supercede it through to 
> VerifyVersionInfo and some other hardcoded macros based on that call that the 
> new SDK implements.  Looking at the SQLite source, it looks like it only uses 
> the GetVersionEx call to test for whether LockFileEx is supported on the 
> current OS (whether it's NT-based or not).

Could you suggest equivalent code which would use VerifyVersionInfo instead ?  
Even a rough guide on where to find documentation on it would be useful.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to