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
2b07eadf
Commit
2b07eadf
authored
May 11, 2010
by
Michael Stefaniuc
Committed by
Alexandre Julliard
May 11, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml/tests: Replace long with LONG.
parent
667944a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
dom.c
dlls/mshtml/tests/dom.c
+4
-4
No files found.
dlls/mshtml/tests/dom.c
View file @
2b07eadf
...
...
@@ -1188,7 +1188,7 @@ static IHTMLOptionElement *_create_option_elem(unsigned line, IHTMLDocument2 *do
}
#define test_img_width(o,w) _test_img_width(__LINE__,o,w)
static
void
_test_img_width
(
unsigned
line
,
IHTMLImgElement
*
img
,
const
long
exp
)
static
void
_test_img_width
(
unsigned
line
,
IHTMLImgElement
*
img
,
const
LONG
exp
)
{
LONG
found
=
-
1
;
HRESULT
hres
;
...
...
@@ -1199,7 +1199,7 @@ static void _test_img_width(unsigned line, IHTMLImgElement *img, const long exp)
}
#define test_img_put_width(o,w) _test_img_put_width(__LINE__,o,w)
static
void
_test_img_put_width
(
unsigned
line
,
IHTMLImgElement
*
img
,
const
long
width
)
static
void
_test_img_put_width
(
unsigned
line
,
IHTMLImgElement
*
img
,
const
LONG
width
)
{
HRESULT
hres
;
...
...
@@ -1210,7 +1210,7 @@ static void _test_img_put_width(unsigned line, IHTMLImgElement *img, const long
}
#define test_img_height(o,h) _test_img_height(__LINE__,o,h)
static
void
_test_img_height
(
unsigned
line
,
IHTMLImgElement
*
img
,
const
long
exp
)
static
void
_test_img_height
(
unsigned
line
,
IHTMLImgElement
*
img
,
const
LONG
exp
)
{
LONG
found
=
-
1
;
HRESULT
hres
;
...
...
@@ -1221,7 +1221,7 @@ static void _test_img_height(unsigned line, IHTMLImgElement *img, const long exp
}
#define test_img_put_height(o,w) _test_img_put_height(__LINE__,o,w)
static
void
_test_img_put_height
(
unsigned
line
,
IHTMLImgElement
*
img
,
const
long
height
)
static
void
_test_img_put_height
(
unsigned
line
,
IHTMLImgElement
*
img
,
const
LONG
height
)
{
HRESULT
hres
;
...
...
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