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
a9c31ed9
Commit
a9c31ed9
authored
Nov 20, 2010
by
Paul Vriens
Committed by
Alexandre Julliard
Nov 23, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32/tests: Fix shell32 test failures on NT4/W2K.
parent
06563403
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
propsheet.c
dlls/comctl32/tests/propsheet.c
+3
-10
No files found.
dlls/comctl32/tests/propsheet.c
View file @
a9c31ed9
...
...
@@ -621,12 +621,12 @@ static const struct message property_sheet_seq[] = {
{ WM_GETICON, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },
{ WM_GETICON, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },
{ WM_GETICON, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },*/
{
WM_ACTIVATE
,
sent
|
id
,
0
,
0
,
RECEIVER_SHEET_WINPROC
},
/*
{ WM_ACTIVATE, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },
{ WM_ACTIVATE, sent|id, 0, 0, RECEIVER_PAGE },
{ WM_ACTIVATEAPP, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },
{ WM_ACTIVATEAPP, sent|id, 0, 0, RECEIVER_PAGE },
{ WM_DESTROY, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },
{
WM_DESTROY
,
sent
|
id
,
0
,
0
,
RECEIVER_PAGE
},
{ WM_DESTROY, sent|id, 0, 0, RECEIVER_PAGE },
*/
/*{ WM_NCDESTROY, sent|id, 0, 0, RECEIVER_PAGE },
{ WM_NCDESTROY, sent|id, 0, 0, RECEIVER_SHEET_WINPROC },*/
{
0
}
...
...
@@ -663,13 +663,6 @@ static LRESULT CALLBACK sheet_callback_messages_proc (HWND hwnd, UINT msg, WPARA
{
save_message
(
hwnd
,
msg
,
wParam
,
lParam
,
RECEIVER_SHEET_WINPROC
);
switch
(
msg
)
{
case
WM_CTLCOLORSTATIC
:
keybd_event
(
VK_ESCAPE
,
0
,
0
,
0
);
break
;
}
return
CallWindowProc
(
oldWndProc
,
hwnd
,
msg
,
wParam
,
lParam
);
}
...
...
@@ -719,7 +712,7 @@ static void test_messages(void)
memset
(
&
psh
,
0
,
sizeof
(
psh
));
psh
.
dwSize
=
sizeof
(
psh
);
psh
.
dwFlags
=
PSH_NOAPPLYNOW
|
PSH_WIZARD
|
PSH_USECALLBACK
/*| PSH_MODELESS */
|
PSH_USEICONID
;
|
PSH_MODELESS
|
PSH_USEICONID
;
psh
.
pszCaption
=
"test caption"
;
psh
.
nPages
=
1
;
psh
.
hwndParent
=
GetDesktopWindow
();
...
...
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