| last updated: 2013-07-25 |
|---|
| #define SQLITE_CORE 1/td> | |
| #define SQLITE_AMALGAMATION 1 | |
| #ifndef SQLITE_PRIVATE | |
| # define SQLITE_PRIVATE static | |
| #endif | |
| + | #ifdef DLL_EXPORT |
| + | #define SQLITE_API __declspec(dllexport) |
| + | #endif |
| #ifndef SQLITE_API | |
| # define SQLITE_API | |
| #endif |
| last updated: 2013-07-25 |
|---|