Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
a49278ac
Commit
a49278ac
authored
Jan 25, 2005
by
Alex Villacís Lasso
Committed by
Alexandre Julliard
Jan 25, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented Unicode proxy for ODBC.
parent
ce5adcda
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
37 deletions
+38
-37
odbc32.spec
dlls/odbc32/odbc32.spec
+37
-37
proxyodbc.c
dlls/odbc32/proxyodbc.c
+0
-0
proxyodbc.h
dlls/odbc32/proxyodbc.h
+1
-0
No files found.
dlls/odbc32/odbc32.spec
View file @
a49278ac
...
...
@@ -86,43 +86,43 @@
86 stub ODBSetTryWaitValue
89 stub ODBCSharedPerfMon
90 stub ODBCSharedVSFlag
106 st
ub SQLColAttributesW
107 st
ub SQLConnectW
108 st
ub SQLDescribeColW
110 st
ub SQLErrorW
111 st
ub SQLExecDirectW
117 st
ub SQLGetCursorNameW
119 st
ub SQLPrepareW
121 st
ub SQLSetCursorNameW
127 st
ub SQLColAttributeW
132 st
ub SQLGetConnectAttrW
133 st
ub SQLGetDescFieldW
134 st
ub SQLGetDescRecW
135 st
ub SQLGetDiagFieldW
136 st
ub SQLGetDiagRecW
138 st
ub SQLGetStmtAttrW
139 st
ub SQLSetConnectAttrW
140 st
ub SQLColumnsW
141 st
ub SQLDriverConnectW
142 st
ub SQLGetConnectOptionW
145 st
ub SQLGetInfoW
147 st
ub SQLGetTypeInfoW
150 st
ub SQLSetConnectOptionW
152 st
ub SQLSpecialColumnsW
153 st
ub SQLStatisticsW
154 st
ub SQLTablesW
155 st
ub SQLBrowseConnectW
156 st
ub SQLColumnPrivilegesW
157 st
ub SQLDataSourcesW
160 st
ub SQLForeignKeysW
162 st
ub SQLNativeSqlW
165 st
ub SQLPrimaryKeysW
166 st
ub SQLProcedureColumnsW
167 st
ub SQLProceduresW
170 st
ub SQLTablePrivilegesW
171 st
ub SQLDriversW
173 st
ub SQLSetDescFieldW
176 st
ub SQLSetStmtAttrW
106 st
dcall SQLColAttributesW(long long long ptr long ptr ptr)
107 st
dcall SQLConnectW(long wstr long wstr long wstr long)
108 st
dcall SQLDescribeColW(long long wstr long ptr ptr ptr ptr ptr)
110 st
dcall SQLErrorW(long long long wstr ptr wstr long ptr)
111 st
dcall SQLExecDirectW(long wstr long)
117 st
dcall SQLGetCursorNameW(long wstr long ptr)
119 st
dcall SQLPrepareW(long wstr long)
121 st
dcall SQLSetCursorNameW(long wstr long)
127 st
dcall SQLColAttributeW(long long long ptr long ptr ptr)
132 st
dcall SQLGetConnectAttrW(long long ptr long ptr)
133 st
dcall SQLGetDescFieldW(long long long ptr long ptr)
134 st
dcall SQLGetDescRecW(long long wstr long ptr ptr ptr ptr ptr ptr ptr)
135 st
dcall SQLGetDiagFieldW(long long long long ptr long ptr)
136 st
dcall SQLGetDiagRecW(long long long wstr ptr wstr long ptr)
138 st
dcall SQLGetStmtAttrW(long long ptr long ptr)
139 st
dcall SQLSetConnectAttrW(long long ptr long)
140 st
dcall SQLColumnsW(long wstr long wstr long wstr long wstr long)
141 st
dcall SQLDriverConnectW(long long wstr long wstr long wstr long)
142 st
dcall SQLGetConnectOptionW(long long ptr)
145 st
dcall SQLGetInfoW(long long ptr long ptr)
147 st
dcall SQLGetTypeInfoW(long long)
150 st
dcall SQLSetConnectOptionW(long long long)
152 st
dcall SQLSpecialColumnsW(long long wstr long wstr long wstr long long long)
153 st
dcall SQLStatisticsW(long wstr long wstr long wstr long long long)
154 st
dcall SQLTablesW(long wstr long wstr long wstr long wstr long)
155 st
dcall SQLBrowseConnectW(long wstr long wstr long ptr)
156 st
dcall SQLColumnPrivilegesW(long wstr long wstr long wstr long wstr long)
157 st
dcall SQLDataSourcesW(long long wstr long ptr wstr long ptr)
160 st
dcall SQLForeignKeysW(long wstr long wstr long wstr long wstr long wstr long wstr long)
162 st
dcall SQLNativeSqlW(long wstr long wstr long ptr)
165 st
dcall SQLPrimaryKeysW(long wstr long wstr long wstr long)
166 st
dcall SQLProcedureColumnsW(long wstr long wstr long wstr long wstr long)
167 st
dcall SQLProceduresW(long wstr long wstr long wstr long)
170 st
dcall SQLTablePrivilegesW(long wstr long wstr long wstr long)
171 st
dcall SQLDriversW(long long wstr long ptr wstr long ptr)
173 st
dcall SQLSetDescFieldW(long long long ptr long)
176 st
dcall SQLSetStmtAttrW(long long ptr long)
206 stub SQLColAttributesA
207 stub SQLConnectA
208 stub SQLDescribeColA
...
...
dlls/odbc32/proxyodbc.c
View file @
a49278ac
This diff is collapsed.
Click to expand it.
dlls/odbc32/proxyodbc.h
View file @
a49278ac
...
...
@@ -33,6 +33,7 @@ typedef struct dm_func /* driver manager functions */
const
char
*
name
;
void
*
d_func
;
SQLRETURN
(
*
func
)();
SQLRETURN
(
*
funcW
)();
}
DM_FUNC
;
typedef
struct
proxyhandle
...
...
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