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
fc185ccd
Commit
fc185ccd
authored
Jan 27, 2014
by
André Hentschel
Committed by
Alexandre Julliard
Jan 28, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32/tests: Remove #if 1.
parent
c855459a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
msg.c
dlls/user32/tests/msg.c
+0
-2
No files found.
dlls/user32/tests/msg.c
View file @
fc185ccd
...
@@ -14329,7 +14329,6 @@ START_TEST(msg)
...
@@ -14329,7 +14329,6 @@ START_TEST(msg)
test_winevents
();
test_winevents
();
/* Fix message sequences before removing 4 lines below */
/* Fix message sequences before removing 4 lines below */
#if 1
if
(
pUnhookWinEvent
&&
hEvent_hook
)
if
(
pUnhookWinEvent
&&
hEvent_hook
)
{
{
ret
=
pUnhookWinEvent
(
hEvent_hook
);
ret
=
pUnhookWinEvent
(
hEvent_hook
);
...
@@ -14337,7 +14336,6 @@ START_TEST(msg)
...
@@ -14337,7 +14336,6 @@ START_TEST(msg)
pUnhookWinEvent
=
0
;
pUnhookWinEvent
=
0
;
}
}
hEvent_hook
=
0
;
hEvent_hook
=
0
;
#endif
test_SetFocus
();
test_SetFocus
();
test_SetParent
();
test_SetParent
();
...
...
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