Signed-off-by: Alistair Leslie-Hughes leslie_alistair@hotmail.com --- include/sqlucode.h | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/include/sqlucode.h b/include/sqlucode.h index c87348cd8b5..1286216f902 100644 --- a/include/sqlucode.h +++ b/include/sqlucode.h @@ -27,6 +27,9 @@ extern "C" { #endif
+#define SQL_WVARCHAR (-9) +#define SQL_WLONGVARCHAR (-10) + SQLRETURN WINAPI SQLConnectW(SQLHDBC ConnectionHandle, SQLWCHAR *ServerName, SQLSMALLINT NameLength1, SQLWCHAR *UserName, SQLSMALLINT NameLength2,