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
6b108a62
Commit
6b108a62
authored
Jan 26, 1999
by
Marcus Meissner
Committed by
Alexandre Julliard
Jan 26, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3 missing WINAPI added.
parent
cb23d487
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
draglist.c
dlls/comctl32/draglist.c
+3
-3
No files found.
dlls/comctl32/draglist.c
View file @
6b108a62
...
...
@@ -18,7 +18,7 @@
#include "debug.h"
BOOL32
MakeDragList
(
HWND32
hwndLB
)
BOOL32
WINAPI
MakeDragList
(
HWND32
hwndLB
)
{
FIXME
(
commctrl
,
"(0x%x)
\n
"
,
hwndLB
);
...
...
@@ -27,7 +27,7 @@ BOOL32 MakeDragList (HWND32 hwndLB)
}
VOID
DrawInsert
(
HWND32
hwndParent
,
HWND32
hwndLB
,
INT32
nItem
)
VOID
WINAPI
DrawInsert
(
HWND32
hwndParent
,
HWND32
hwndLB
,
INT32
nItem
)
{
FIXME
(
commctrl
,
"(0x%x 0x%x %d)
\n
"
,
hwndParent
,
hwndLB
,
nItem
);
...
...
@@ -35,7 +35,7 @@ VOID DrawInsert (HWND32 hwndParent, HWND32 hwndLB, INT32 nItem)
}
INT32
LBItemFromPt
(
HWND32
hwndLB
,
POINT32
pt
,
BOOL32
bAutoScroll
)
INT32
WINAPI
LBItemFromPt
(
HWND32
hwndLB
,
POINT32
pt
,
BOOL32
bAutoScroll
)
{
FIXME
(
commctrl
,
"(0x%x %dx %d %s)
\n
"
,
hwndLB
,
pt
.
x
,
pt
.
y
,
bAutoScroll
?
"TRUE"
:
"FALSE"
);
...
...
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