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
964109de
Commit
964109de
authored
Jan 18, 2002
by
Huw D M Davies
Committed by
Alexandre Julliard
Jan 18, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stub for comctl32.419
parent
a3a1c84a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletion
+15
-1
comctl32.spec
dlls/comctl32/comctl32.spec
+1
-1
comctl32undoc.c
dlls/comctl32/comctl32undoc.c
+14
-0
No files found.
dlls/comctl32/comctl32.spec
View file @
964109de
...
...
@@ -206,6 +206,6 @@ debug_channels (animate comboex commctrl datetime header hotkey imagelist ipaddr
416 stub @
417 stub @
418 stub @
419 st
ub @
419 st
dcall @(long long long long) COMCTL32_419
420 stub @
421 stub @
dlls/comctl32/comctl32undoc.c
View file @
964109de
...
...
@@ -2780,3 +2780,17 @@ BOOL WINAPI COMCTL32_415( HWND hwnd, DWORD b, DWORD c, DWORD d, DWORD e)
return
TRUE
;
}
/**************************************************************************
* @ [COMCTL32.419]
*
* FIXME: What's this supposed to do?
*/
BOOL
WINAPI
COMCTL32_419
(
DWORD
a
,
DWORD
b
,
DWORD
c
,
DWORD
d
)
{
FIXME
(
"(%lx, %lx, %lx, %lx): stub!
\n
"
,
a
,
b
,
c
,
d
);
return
TRUE
;
}
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