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
b682e3b9
Commit
b682e3b9
authored
Jan 09, 2012
by
Francois Gouget
Committed by
Alexandre Julliard
Jan 09, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32/tests: Fix the olepicture START_TEST() indentation.
parent
559cdbfc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
20 deletions
+20
-20
olepicture.c
dlls/oleaut32/tests/olepicture.c
+20
-20
No files found.
dlls/oleaut32/tests/olepicture.c
View file @
b682e3b9
...
...
@@ -967,27 +967,27 @@ static void test_himetric(void)
START_TEST
(
olepicture
)
{
hOleaut32
=
GetModuleHandleA
(
"oleaut32.dll"
);
pOleLoadPicture
=
(
void
*
)
GetProcAddress
(
hOleaut32
,
"OleLoadPicture"
);
pOleCreatePictureIndirect
=
(
void
*
)
GetProcAddress
(
hOleaut32
,
"OleCreatePictureIndirect"
);
if
(
!
pOleLoadPicture
)
{
win_skip
(
"OleLoadPicture is not available
\n
"
);
return
;
}
hOleaut32
=
GetModuleHandleA
(
"oleaut32.dll"
);
pOleLoadPicture
=
(
void
*
)
GetProcAddress
(
hOleaut32
,
"OleLoadPicture"
);
pOleCreatePictureIndirect
=
(
void
*
)
GetProcAddress
(
hOleaut32
,
"OleCreatePictureIndirect"
);
if
(
!
pOleLoadPicture
)
{
win_skip
(
"OleLoadPicture is not available
\n
"
);
return
;
}
/* Test regular 1x1 pixel images of gif, jpg, bmp type */
test_pic
(
gifimage
,
sizeof
(
gifimage
));
test_pic
(
jpgimage
,
sizeof
(
jpgimage
));
test_pic
(
bmpimage
,
sizeof
(
bmpimage
));
test_pic
(
gif4pixel
,
sizeof
(
gif4pixel
));
/* FIXME: No PNG support in Windows... */
if
(
0
)
test_pic
(
pngimage
,
sizeof
(
pngimage
));
test_empty_image
();
test_empty_image_2
();
test_apm
();
test_metafile
();
test_enhmetafile
();
/* Test regular 1x1 pixel images of gif, jpg, bmp type */
test_pic
(
gifimage
,
sizeof
(
gifimage
));
test_pic
(
jpgimage
,
sizeof
(
jpgimage
));
test_pic
(
bmpimage
,
sizeof
(
bmpimage
));
test_pic
(
gif4pixel
,
sizeof
(
gif4pixel
));
/* FIXME: No PNG support in Windows... */
if
(
0
)
test_pic
(
pngimage
,
sizeof
(
pngimage
));
test_empty_image
();
test_empty_image_2
();
test_apm
();
test_metafile
();
test_enhmetafile
();
test_Invoke
();
test_OleCreatePictureIndirect
();
...
...
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