2005/5/9
-- ACDK API Docs Sources sqlitesrc config.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <acdk/Platform.h> #if defined(ACDK_64_BIT_PTR) # define SQLITE_PTR_SZ 8 #else # define SQLITE_PTR_SZ 4 #endif