Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2004-02-11 22:48:22 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2004-02-11 22:48:22 +0300
commitbe6f31e7b7e6ae4d1e16b9c22d2d42612f402f78 (patch)
treed2887deff98094b70884f01b7a3093a3182429b2 /winsup/w32api/ChangeLog
parent0081315542b4fc9fac45e63d5fdddb3bed7a0882 (diff)
* include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
defines. (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block. (SQLSetDescFieldW): Correct prototype. (SQLSetDescFieldA): Add prototype. (SQLGetDescFieldW): Add prototype.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index d0344c126..0551080e7 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,12 @@
+2004-02-11 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/sqlucode.h (SQLGetStmtAttr[AW]): Remove duplicate
+ defines.
+ (SQLSetStmtAttr[AW]): Move into ODBCVER >= 0x0300 block.
+ (SQLSetDescFieldW): Correct prototype.
+ (SQLSetDescFieldA): Add prototype.
+ (SQLGetDescFieldW): Add prototype.
+
2004-02-11 Pat Thoyts <patthoyts@users.sourceforge.net>
* include/winuser.h (DFC_POPUPMENU): Add define.