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
8612c266
Commit
8612c266
authored
Feb 05, 2014
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Feb 05, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi/tests: Remove a typedef for a struct.
parent
1b0e893d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
clist.c
dlls/shlwapi/tests/clist.c
+8
-8
No files found.
dlls/shlwapi/tests/clist.c
View file @
8612c266
...
...
@@ -51,7 +51,7 @@ static const SHLWAPI_CLIST SHLWAPI_CLIST_items[] =
};
/* Dummy IStream object for testing calls */
typedef
struct
dummystream
struct
dummystream
{
IStream
IStream_iface
;
LONG
ref
;
...
...
@@ -68,7 +68,7 @@ typedef struct dummystream
BOOL
failstatcall
;
LPCSHLWAPI_CLIST
item
;
ULARGE_INTEGER
pos
;
}
_IDummyStream
;
};
static
inline
struct
dummystream
*
impl_from_IStream
(
IStream
*
iface
)
{
...
...
@@ -289,7 +289,7 @@ static void InitDummyStream(struct dummystream *obj)
static
void
test_CList
(
void
)
{
_IDummyS
tream
streamobj
;
struct
dummys
tream
streamobj
;
LPSHLWAPI_CLIST
list
=
NULL
;
LPCSHLWAPI_CLIST
item
=
SHLWAPI_CLIST_items
;
HRESULT
hRet
;
...
...
@@ -502,7 +502,7 @@ static void test_CList(void)
static
BOOL
test_SHLWAPI_166
(
void
)
{
_IDummyS
tream
streamobj
;
struct
dummys
tream
streamobj
;
BOOL
bRet
;
if
(
!
pSHLWAPI_166
)
...
...
@@ -558,7 +558,7 @@ static BOOL test_SHLWAPI_166(void)
static
void
test_SHLWAPI_184
(
void
)
{
_IDummyS
tream
streamobj
;
struct
dummys
tream
streamobj
;
char
buff
[
256
];
HRESULT
hRet
;
...
...
@@ -576,7 +576,7 @@ static void test_SHLWAPI_184(void)
static
void
test_SHLWAPI_212
(
void
)
{
_IDummyS
tream
streamobj
;
struct
dummys
tream
streamobj
;
char
buff
[
256
];
HRESULT
hRet
;
...
...
@@ -594,7 +594,7 @@ static void test_SHLWAPI_212(void)
static
void
test_SHLWAPI_213
(
void
)
{
_IDummyS
tream
streamobj
;
struct
dummys
tream
streamobj
;
ULARGE_INTEGER
ul
;
LARGE_INTEGER
ll
;
HRESULT
hRet
;
...
...
@@ -621,7 +621,7 @@ static void test_SHLWAPI_213(void)
static
void
test_SHLWAPI_214
(
void
)
{
_IDummyS
tream
streamobj
;
struct
dummys
tream
streamobj
;
ULARGE_INTEGER
ul
;
LARGE_INTEGER
ll
;
HRESULT
hRet
;
...
...
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