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
2b4414fb
Commit
2b4414fb
authored
May 12, 2003
by
Mike McCormack
Committed by
Alexandre Julliard
May 12, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added ordinals to ctl3d32.dll, MyODBC references it by ordinal.
parent
199449d6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
56 additions
and
26 deletions
+56
-26
ctl3d32.c
dlls/ctl3d/ctl3d32.c
+31
-1
ctl3d32.spec
dlls/ctl3d/ctl3d32.spec
+25
-25
No files found.
dlls/ctl3d/ctl3d32.c
View file @
2b4414fb
...
...
@@ -40,7 +40,7 @@ BOOL WINAPI Ctl3dColorChange(void)
return
TRUE
;
}
HBRUSH
WINAPI
Ctl3dCtlColor
(
HDC
hdc
,
LONG
hwnd
)
HBRUSH
WINAPI
Ctl3dCtlColor
(
HDC
hdc
,
HWND
hwnd
)
{
return
0
;
}
...
...
@@ -115,3 +115,33 @@ BOOL WINAPI Ctl3dUnsubclassCtl(HWND hwnd)
void
WINAPI
Ctl3dWinIniChange
(
void
)
{
}
LRESULT
WINAPI
ComboWndProc3d
(
HWND
hwnd
,
UINT
msg
,
WPARAM
wparam
,
LPARAM
lparam
)
{
return
0
;
}
LRESULT
WINAPI
BtnWndProc3d
(
HWND
hwnd
,
UINT
msg
,
WPARAM
wparam
,
LPARAM
lparam
)
{
return
0
;
}
LRESULT
WINAPI
StaticWndProc3d
(
HWND
hwnd
,
UINT
msg
,
WPARAM
wparam
,
LPARAM
lparam
)
{
return
0
;
}
LRESULT
WINAPI
EditWndProc3d
(
HWND
hwnd
,
UINT
msg
,
WPARAM
wparam
,
LPARAM
lparam
)
{
return
0
;
}
LRESULT
WINAPI
ListWndProc3d
(
HWND
hwnd
,
UINT
msg
,
WPARAM
wparam
,
LPARAM
lparam
)
{
return
0
;
}
LRESULT
WINAPI
Ctl3dDlgProc
(
HWND
hwnd
,
UINT
msg
,
WPARAM
wparam
,
LPARAM
lparam
)
{
return
0
;
}
dlls/ctl3d/ctl3d32.spec
View file @
2b4414fb
@ stub BtnWndProc3d
@ stub ComboWndProc3d
@ stdcall Ctl3dAutoSubclass
(long)
@ stdcall Ctl3dAutoSubclassEx
(long long)
@ stdcall Ctl3dColorChange
()
@ stdcall Ctl3dCtlColor(long long
)
@ stdcall Ctl3dCtlColorEx(
long long long)
@ stdcall Ctl3dDlgFramePaint
(long long long long)
@ stub Ctl3dDlgProc
@ stdcall Ctl3dEnabled(
)
@ stdcall Ctl3dGetVer(
)
@ stdcall Ctl3dIsAutoSubclass(
)
@ stdcall Ctl3dR
egister(long)
@ stub Ctl3dSetStyle
@ stdcall Ctl3dSubclassCtl(
long)
@ stdcall Ctl3dSubclassCtlEx(
long long)
@ stdcall Ctl3dSubclassDlg(long long)
@ stdcall Ctl3dSubclassDlgEx(
long long)
@ stdcall Ctl3dUnAutoSubclass(
)
@ stdcall Ctl3dUnregister(long
)
@ stdcall Ctl3dUnsubclassCtl(long
)
@ stdcall Ctl3dWinIniChange
()
@ stub EditWndProc3d
@ stub ListWndProc3d
@ stub StaticWndProc3d
1 stdcall Ctl3dGetVer()
2 stdcall Ctl3dSubclassDlg(long long)
3 stdcall Ctl3dSubclassCtl
(long)
4 stdcall Ctl3dCtlColor
(long long)
5 stdcall Ctl3dEnabled
()
6 stdcall Ctl3dColorChange(
)
7 stdcall BtnWndProc3d(long
long long long)
8 stdcall EditWndProc3d
(long long long long)
9 stdcall ListWndProc3d(long long long long)
10 stdcall ComboWndProc3d(long long long long
)
11 stdcall StaticWndProc3d(long long long long
)
12 stdcall Ctl3dRegister(long
)
13 stdcall Ctl3dUnr
egister(long)
16 stdcall Ctl3dAutoSubclass(long)
17 stdcall Ctl3dDlgProc(long long long
long)
18 stdcall Ctl3dCtlColorEx(long
long long)
19 stub Ctl3dSetStyle
20 stdcall Ctl3dDlgFramePaint(long long
long long)
21 stdcall Ctl3dSubclassDlgEx(long long
)
22 stdcall Ctl3dWinIniChange(
)
23 stdcall Ctl3dIsAutoSubclass(
)
24 stdcall Ctl3dUnAutoSubclass
()
25 stdcall Ctl3dSubclassCtlEx(long long)
26 stdcall Ctl3dUnsubclassCtl(long)
27 stdcall Ctl3dAutoSubclassEx(long long)
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