blob: 65e83482a4b59711e8023fec17d61f2595f6ec6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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
|