X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-odbc%2Fodbc-ff-interface.lisp;h=e46db57a021b54e65df0878214fef2e6cd7a256a;hb=26cfa48009c72652e0ba8ce9aed8c53216e9a3d3;hp=d26648c744fa6737fb0e7be8e5d1d5918ab32bd9;hpb=1b0f85909248ac92d13f4af72d69ef68ffeb890c;p=clsql.git diff --git a/db-odbc/odbc-ff-interface.lisp b/db-odbc/odbc-ff-interface.lisp index d26648c..e46db57 100644 --- a/db-odbc/odbc-ff-interface.lisp +++ b/db-odbc/odbc-ff-interface.lisp @@ -19,9 +19,9 @@ (in-package #:odbc) (def-foreign-type sql-handle :pointer-void) -(def-foreign-type sql-handle-ptr '(* sql-handle)) -(def-foreign-type string-ptr '(* :unsigned-char)) -(def-type long-ptr-type '(* #.$ODBC-LONG-TYPE)) +(def-foreign-type sql-handle-ptr (* sql-handle)) +(def-foreign-type string-ptr (* :unsigned-char)) +(def-type long-ptr-type (* #.$ODBC-LONG-TYPE)) ;; odbc v3 (def-function "SQLAllocHandle" @@ -385,6 +385,7 @@ (table-name-length :short) (table-type-name :pointer-void) (table-type-name-length :short)) + :module "odbc" :returning :short) @@ -398,6 +399,7 @@ (table-name-length :short) (unique :short) (reserved :short)) + :module "odbc" :returning :short)