mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-07-15 23:20:15 +08:00
Syntax fix
This commit is contained in:
parent
a712dfef65
commit
02c5544c14
@ -1291,9 +1291,6 @@ SQLRETURN SQL_API SQLColumns(
|
|||||||
SQLSMALLINT cbTableName,
|
SQLSMALLINT cbTableName,
|
||||||
SQLCHAR *szColumnName,
|
SQLCHAR *szColumnName,
|
||||||
SQLSMALLINT cbColumnName)
|
SQLSMALLINT cbColumnName)
|
||||||
#ifdef HAVE_ATTRIBUTE_ALIAS
|
|
||||||
__attribute__((used))
|
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
struct _hstmt *stmt = (struct _hstmt *) hstmt;
|
struct _hstmt *stmt = (struct _hstmt *) hstmt;
|
||||||
MdbSQL *sql = stmt->sql;
|
MdbSQL *sql = stmt->sql;
|
||||||
|
Loading…
Reference in New Issue
Block a user