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