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
ce7f764b
Commit
ce7f764b
authored
Dec 10, 2009
by
Jacek Caban
Committed by
Alexandre Julliard
Dec 10, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Removed ref count tests that fail on some Windows.
parent
64b651e2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
events.c
dlls/mshtml/tests/events.c
+1
-3
No files found.
dlls/mshtml/tests/events.c
View file @
ce7f764b
...
...
@@ -1801,7 +1801,6 @@ static void run_test(const char *str, testfunc_t test)
{
IHTMLDocument2
*
doc
;
IHTMLElement
*
body
=
NULL
;
ULONG
ref
;
MSG
msg
;
HRESULT
hres
;
...
...
@@ -1837,8 +1836,7 @@ static void run_test(const char *str, testfunc_t test)
}
set_client_site
(
doc
,
FALSE
);
ref
=
IHTMLDocument2_Release
(
doc
);
ok
(
!
ref
,
"ref = %d
\n
"
,
ref
);
IHTMLDocument2_Release
(
doc
);
}
static
LRESULT
WINAPI
wnd_proc
(
HWND
hwnd
,
UINT
msg
,
WPARAM
wParam
,
LPARAM
lParam
)
...
...
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