From: <kr_...@us...> - 2004-01-05 17:26:22
|
Update of /cvsroot/htoolkit/HSQL/ODBC In directory sc8-pr-cvs1:/tmp/cvs-serv29406/ODBC Modified Files: HsODBC.h Log Message: Add #include <sqlucode.h>. It is realy required only for unixODBC but it is not bad to include it under Windows Index: HsODBC.h =================================================================== RCS file: /cvsroot/htoolkit/HSQL/ODBC/HsODBC.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** HsODBC.h 4 Jan 2004 13:14:58 -0000 1.1 --- HsODBC.h 5 Jan 2004 17:26:19 -0000 1.2 *************** *** 7,10 **** --- 7,11 ---- #include <sqlext.h> + #include <sqlucode.h> #define FIELD_NAME_LENGTH 255 |