* fixed type definition

git-svn-id: trunk@5506 -
This commit is contained in:
ivost 2006-11-27 12:52:25 +00:00
parent ba164eea53
commit 387e2e39b9

View File

@ -54,8 +54,8 @@ type
SQLHDBC = SQLHANDLE;
SQLHSTMT = SQLHANDLE;
SQLHDESC = SQLHANDLE;
SQLINTEGER = cint;
SQLUINTEGER = cuint;
SQLINTEGER = clong;
SQLUINTEGER = culong;
SQLPOINTER = pointer;
SQLREAL = cfloat;
SQLDOUBLE = cdouble;