mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 06:56:41 +02:00
unixodbc+linux32 doesn't compile with SQLPOINTER & SQLColAttribute() - old story with ODBC 32/64 API compatibility
This commit is contained in:
parent
4faf23e1e7
commit
e0c971a581
@ -73,7 +73,7 @@ namespace Data {
|
||||
namespace ODBC {
|
||||
|
||||
|
||||
#if defined(POCO_PTR_IS_64_BIT)
|
||||
#if defined(POCO_PTR_IS_64_BIT) || defined(POCO_UNIXODBC) // mkrivos - unixodbc+linux32 doesn't compile with SQLPOINTER & SQLColAttribute()
|
||||
typedef SQLLEN* NumAttrPtrType;
|
||||
#else
|
||||
typedef SQLPOINTER NumAttrPtrType;
|
||||
|
Loading…
x
Reference in New Issue
Block a user