dbd/sqlite3/main.c

changeset 33
6c64c45e7d8f
parent 2
c4f02fc67e5a
--- a/dbd/sqlite3/main.c	Tue Sep 01 13:15:02 2009 +0000
+++ b/dbd/sqlite3/main.c	Fri Sep 18 12:40:53 2009 +0000
@@ -6,7 +6,7 @@
 /* 
  * library entry point
  */
-int luaopen_dbdsqlite3(lua_State *L) {
+LUA_EXPORT int luaopen_dbdsqlite3(lua_State *L) {
     dbd_sqlite3_connection(L);
     dbd_sqlite3_statement(L); 
 

mercurial