mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 23:12:57 +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 {
|
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;
|
typedef SQLLEN* NumAttrPtrType;
|
||||||
#else
|
#else
|
||||||
typedef SQLPOINTER NumAttrPtrType;
|
typedef SQLPOINTER NumAttrPtrType;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user