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
65e48234
Commit
65e48234
authored
Aug 16, 2004
by
Mike McCormack
Committed by
Alexandre Julliard
Aug 16, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Define new propsheet messages.
parent
1d3c40d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
prsht.h
include/prsht.h
+2
-0
spy.c
windows/spy.c
+2
-2
No files found.
include/prsht.h
View file @
65e48234
...
...
@@ -293,6 +293,8 @@ typedef struct _PSHNOTIFY
#define PSN_WIZFINISH (PSN_FIRST-8)
#define PSN_QUERYCANCEL (PSN_FIRST-9)
#define PSN_GETOBJECT (PSN_FIRST-10)
#define PSN_TRANSLATEACCELERATOR (PSN_FIRST-12)
#define PSN_QUERYINITIALFOCUS (PSN_FIRST-13)
#define PSNRET_NOERROR 0
#define PSNRET_INVALID 1
...
...
windows/spy.c
View file @
65e48234
...
...
@@ -1647,8 +1647,8 @@ static const SPY_NOTIFY spnfy_array[] = {
SPNFY
(
PSN_WIZFINISH
,
PSHNOTIFY
),
SPNFY
(
PSN_QUERYCANCEL
,
PSHNOTIFY
),
SPNFY
(
PSN_GETOBJECT
,
NMOBJECTNOTIFY
),
/* SPNFY(PSN_QUERYINITIALFOCUS, .PSHNOTIFY), NIY */
/* SPNFY(PSN_TRANSLATEACCELERATOR, .PSHNOTIFY), NIY */
SPNFY
(
PSN_TRANSLATEACCELERATOR
,
PSHNOTIFY
),
SPNFY
(
PSN_QUERYINITIALFOCUS
,
PSHNOTIFY
),
/* Header 0U-300U to 0U-399U */
SPNFY
(
HDN_ITEMCHANGINGA
,
NMHDR
),
SPNFY
(
HDN_ITEMCHANGEDA
,
NMHDR
),
...
...
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