Skip to content
Snippets Groups Projects
Commit d71acd69 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard
Browse files

include: Add SQL_C_TCHAR define.

parent 578adf36
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,14 @@ extern "C" {
#define SQL_WVARCHAR (-9)
#define SQL_WLONGVARCHAR (-10)
#ifndef WINE_NO_UNICODE_MACROS
# ifdef UNICODE
# define SQL_C_TCHAR SQL_C_WCHAR
# else
# define SQL_C_TCHAR SQL_C_CHAR
# endif
#endif
SQLRETURN WINAPI SQLBrowseConnectW(SQLHDBC,SQLWCHAR*,SQLSMALLINT,SQLWCHAR*,SQLSMALLINT,SQLSMALLINT*);
SQLRETURN WINAPI SQLColAttributeW(SQLHSTMT,SQLUSMALLINT,SQLUSMALLINT,SQLPOINTER,SQLSMALLINT,SQLSMALLINT*,SQLLEN*);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment