mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-11 10:10:40 +01:00
* fixed type definition
git-svn-id: trunk@5506 -
This commit is contained in:
parent
ba164eea53
commit
387e2e39b9
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user