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
c2c03b02
Commit
c2c03b02
authored
Sep 17, 2002
by
Gyorgy 'Nog' Jeney
Committed by
Alexandre Julliard
Sep 17, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Unicodeify control.
- use void instead of VOID. - Pass infoPtr around instead of HWND. - Implement most of the control.
parent
1edcfe1f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
1 deletion
+10
-1
comctl32.h
dlls/comctl32/comctl32.h
+5
-1
comctl_En.rc
dlls/comctl32/comctl_En.rc
+5
-0
hotkey.c
dlls/comctl32/hotkey.c
+0
-0
No files found.
dlls/comctl32/comctl32.h
View file @
c2c03b02
...
...
@@ -83,7 +83,7 @@ extern HBRUSH COMCTL32_hPattern55AABrush;
#define IDM_TODAY 4163
#define IDM_GOTODAY 4164
/* Treeview Checboxes */
/* Treeview Chec
k
boxes */
#define IDT_CHECK 401
...
...
@@ -96,6 +96,10 @@ extern HBRUSH COMCTL32_hPattern55AABrush;
/* DragList icon */
#define IDI_DRAGARROW 150
/* HOTKEY internal strings */
#define HKY_NONE 2048
typedef
struct
{
COLORREF
clrBtnHighlight
;
/* COLOR_BTNHIGHLIGHT */
...
...
dlls/comctl32/comctl_En.rc
View file @
c2c03b02
...
...
@@ -79,3 +79,8 @@ STRINGTABLE DISCARDABLE
{
IDS_SEPARATOR "Separator"
}
STRINGTABLE DISCARDABLE
{
HKY_NONE "None"
}
dlls/comctl32/hotkey.c
View file @
c2c03b02
This diff is collapsed.
Click to expand it.
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