Commit aac82c62 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

include: Add more SQL_ defines.

parent aae2e2ad
......@@ -241,9 +241,6 @@ typedef struct tagSQLGUID
typedef SQLULEN BOOKMARK;
#define SQL_WCHAR (-8)
#define SQL_C_WCHAR SQL_WCHAR
#ifdef __cplusplus
}
#endif
......
......@@ -27,6 +27,11 @@
extern "C" {
#endif
#define SQL_WCHAR (-8)
#define SQL_C_WCHAR SQL_WCHAR
#define SQL_WVARCHAR (-9)
#define SQL_WLONGVARCHAR (-10)
SQLRETURN WINAPI SQLConnectW(SQLHDBC ConnectionHandle,
SQLWCHAR *ServerName, SQLSMALLINT NameLength1,
SQLWCHAR *UserName, SQLSMALLINT NameLength2,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment