| Previous | 199869 Revisions | Next |
| r30860 Friday 6th June, 2014 at 11:36:45 UTC by Miodrag Milanović |
|---|
| Compile fix from qmc2 author (nw) |
| [src/lib/lua/lib] | lsqlite3.c |
| r30859 | r30860 | |
|---|---|---|
| 31 | 31 | #include <assert.h> |
| 32 | 32 | |
| 33 | 33 | #define LUA_LIB |
| 34 | #include "..\lua.h" | |
| 35 | #include "..\lauxlib.h" | |
| 34 | #include "lua/lua.h" | |
| 35 | #include "lua/lauxlib.h" | |
| 36 | 36 | |
| 37 | 37 | #if LUA_VERSION_NUM > 501 |
| 38 | 38 | // |
| r30859 | r30860 | |
| 47 | 47 | #define luaL_openlib(L,name,reg,nup) luaL_setfuncs(L,reg,nup) |
| 48 | 48 | #endif |
| 49 | 49 | |
| 50 | #include "sqlite3 | |
| 50 | #include "sqlite3/sqlite3.h" | |
| 51 | 51 | |
| 52 | 52 | /* compile time features */ |
| 53 | 53 | #if !defined(SQLITE_OMIT_PROGRESS_CALLBACK) |
| Previous | 199869 Revisions | Next |