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
e879638d
Commit
e879638d
authored
Feb 20, 2004
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Feb 20, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
LVN_BEGINRDRAG is implemented now. Fix typo.
parent
92002d92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
listview.c
dlls/comctl32/listview.c
+1
-2
No files found.
dlls/comctl32/listview.c
View file @
e879638d
...
@@ -93,7 +93,6 @@
...
@@ -93,7 +93,6 @@
* -- LVS_EX_UNDERLINEHOT
* -- LVS_EX_UNDERLINEHOT
*
*
* Notifications:
* Notifications:
* -- LVN_BEGINRDRAG
* -- LVN_BEGINSCROLL, LVN_ENDSCROLL
* -- LVN_BEGINSCROLL, LVN_ENDSCROLL
* -- LVN_GETINFOTIP
* -- LVN_GETINFOTIP
* -- LVN_HOTTRACK
* -- LVN_HOTTRACK
...
@@ -4990,7 +4989,7 @@ static HIMAGELIST LISTVIEW_GetImageList(LISTVIEW_INFO *infoPtr, INT nImageList)
...
@@ -4990,7 +4989,7 @@ static HIMAGELIST LISTVIEW_GetImageList(LISTVIEW_INFO *infoPtr, INT nImageList)
* the buffer pointer you provided on input. Most code already does
* the buffer pointer you provided on input. Most code already does
* that, so it's not a problem.
* that, so it's not a problem.
* For the two cases when the text must be copied (that is,
* For the two cases when the text must be copied (that is,
* for LVM_GETITEM, and LVMGETITEMTEXT), use LISTVIEW_GetItemExtT.
* for LVM_GETITEM, and LVM
_
GETITEMTEXT), use LISTVIEW_GetItemExtT.
*
*
* RETURN:
* RETURN:
* SUCCESS : TRUE
* SUCCESS : 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