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 ...@@ -241,9 +241,6 @@ typedef struct tagSQLGUID
typedef SQLULEN BOOKMARK; typedef SQLULEN BOOKMARK;
#define SQL_WCHAR (-8)
#define SQL_C_WCHAR SQL_WCHAR
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
......
...@@ -27,6 +27,11 @@ ...@@ -27,6 +27,11 @@
extern "C" { extern "C" {
#endif #endif
#define SQL_WCHAR (-8)
#define SQL_C_WCHAR SQL_WCHAR
#define SQL_WVARCHAR (-9)
#define SQL_WLONGVARCHAR (-10)
SQLRETURN WINAPI SQLConnectW(SQLHDBC ConnectionHandle, SQLRETURN WINAPI SQLConnectW(SQLHDBC ConnectionHandle,
SQLWCHAR *ServerName, SQLSMALLINT NameLength1, SQLWCHAR *ServerName, SQLSMALLINT NameLength1,
SQLWCHAR *UserName, SQLSMALLINT NameLength2, 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