Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
aac82c62
Commit
aac82c62
authored
Feb 24, 2021
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Feb 24, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add more SQL_ defines.
Signed-off-by:
Alistair Leslie-Hughes
<
leslie_alistair@hotmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
aae2e2ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
sqltypes.h
include/sqltypes.h
+0
-3
sqlucode.h
include/sqlucode.h
+5
-0
No files found.
include/sqltypes.h
View file @
aac82c62
...
...
@@ -241,9 +241,6 @@ typedef struct tagSQLGUID
typedef
SQLULEN
BOOKMARK
;
#define SQL_WCHAR (-8)
#define SQL_C_WCHAR SQL_WCHAR
#ifdef __cplusplus
}
#endif
...
...
include/sqlucode.h
View file @
aac82c62
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment