Re: [sqlite] deprecated windows OS calls

2016-11-04 Thread Keith Medcalf
Checking the Windows API version doesn't really give much information anyway. The Windows API has undergone almost no changes since its inception (which is why software written for the win32api a decade ago continues to work flawlessly). Pretty much it only is a rough indicator of when

Re: [sqlite] deprecated windows OS calls

2016-11-04 Thread Scott Robison
On Fri, Nov 4, 2016 at 7:28 PM, Mark Benningfield wrote: > Hello all. > > I'm building SQLite from the amalgamation: > > #define SQLITE_VERSION"3.14.1" > #define SQLITE_VERSION_NUMBER 3014001 > #define SQLITE_SOURCE_ID "2016-08-11 18:53:32 >