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
254e747b
Commit
254e747b
authored
May 26, 2005
by
Rein Klazes
Committed by
Alexandre Julliard
May 26, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a stub for ODBCCPlApplet.
parent
f9f061fb
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
odbccp32.c
dlls/odbccp32/odbccp32.c
+6
-0
odbccp32.spec
dlls/odbccp32/odbccp32.spec
+1
-1
odbcinst.h
include/odbcinst.h
+1
-0
No files found.
dlls/odbccp32/odbccp32.c
View file @
254e747b
...
...
@@ -33,6 +33,12 @@
WINE_DEFAULT_DEBUG_CHANNEL
(
odbc
);
BOOL
WINAPI
ODBCCPlApplet
(
LONG
i
,
LONG
j
,
LONG
*
p1
,
LONG
*
p2
)
{
FIXME
(
"( %ld %ld %p %p) : stub!
\n
"
,
i
,
j
,
p1
,
p2
);
return
FALSE
;
}
static
LPWSTR
SQLInstall_strdup_multi
(
LPCSTR
str
)
{
LPCSTR
p
;
...
...
dlls/odbccp32/odbccp32.spec
View file @
254e747b
@ st
ub ODBCCPlApplet
@ st
dcall ODBCCPlApplet( long long ptr ptr)
@ stdcall SQLConfigDataSource(ptr long wstr wstr)
@ stdcall SQLConfigDataSourceW(ptr long str str)
@ stdcall SQLConfigDriver(ptr long str str ptr long ptr)
...
...
include/odbcinst.h
View file @
254e747b
...
...
@@ -25,6 +25,7 @@ extern "C" {
#include "sql.h"
BOOL
WINAPI
ODBCCPlApplet
(
LONG
,
LONG
,
LONG
*
,
LONG
*
);
BOOL
WINAPI
SQLConfigDataSource
(
HWND
,
WORD
,
LPCSTR
,
LPCSTR
);
BOOL
WINAPI
SQLConfigDataSourceW
(
HWND
,
WORD
,
LPCWSTR
,
LPCWSTR
);
BOOL
WINAPI
SQLConfigDriver
(
HWND
,
WORD
,
LPCSTR
,
LPCSTR
,
LPSTR
,
WORD
,
WORD
*
);
...
...
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