mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 08:56:28 -04:00
(SQLExtendedFetch, SQLColAttribute, SQLColAttributeW) were fixed. Approved by: portmgr (marcus)
11 lines
351 B
C
11 lines
351 B
C
--- odbcapi30w.c.orig 2009-01-26 23:23:19.000000000 +0600
|
|
+++ odbcapi30w.c 2009-01-26 23:24:07.000000000 +0600
|
|
@@ -255,7 +255,7 @@
|
|
SQLPOINTER pCharAttr,
|
|
SQLSMALLINT cbCharAttrMax,
|
|
SQLSMALLINT *pcbCharAttr,
|
|
-#if defined(WITH_UNIXODBC) || (defined(WIN32) && ! defined(_WIN64))
|
|
+#if defined(WIN32)
|
|
SQLPOINTER pNumAttr
|
|
#else
|
|
SQLLEN *pNumAttr
|