19 #ifndef KompexSQLitePrerequisites_H
20 #define KompexSQLitePrerequisites_H
24 #if defined(_KOMPEX_SQLITEWRAPPER_EXPORT) && defined(_KOMPEX_SQLITEWRAPPER_DYN)
25 #define _SQLiteWrapperExport __declspec(dllexport)
26 #elif defined(_KOMPEX_SQLITEWRAPPER_DYN)
27 #define _SQLiteWrapperExport __declspec(dllimport)
29 #define _SQLiteWrapperExport
32 #define _SQLiteWrapperExport
37 #if defined(_MSC_VER) || defined(__BORLANDC__)
38 typedef __int64
int64;
39 typedef unsigned __int64
uint64;
42 typedef unsigned long long int uint64;
46 #endif // KompexSQLitePrerequisites_H
unsigned long long int uint64
Definition: KompexSQLitePrerequisites.h:42
long long int int64
Definition: KompexSQLitePrerequisites.h:41
Definition: KompexSQLiteBlob.h:26