include: Add more SQL_ defines.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alistair Leslie-Hughes 2021-02-24 20:30:11 +11:00 committed by Alexandre Julliard
parent aae2e2adf0
commit aac82c622e
2 changed files with 5 additions and 3 deletions

View File

@ -241,9 +241,6 @@ typedef struct tagSQLGUID
typedef SQLULEN BOOKMARK;
#define SQL_WCHAR (-8)
#define SQL_C_WCHAR SQL_WCHAR
#ifdef __cplusplus
}
#endif

View File

@ -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,