Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
9ac3b283
Commit
9ac3b283
authored
Jan 12, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
Jan 12, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole: Use strict prototypes for some test functions.
parent
6aa3d8a4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
marshal.c
dlls/ole32/tests/marshal.c
+3
-3
No files found.
dlls/ole32/tests/marshal.c
View file @
9ac3b283
...
@@ -615,7 +615,7 @@ static DWORD CALLBACK no_couninitialize_server_proc(LPVOID p)
...
@@ -615,7 +615,7 @@ static DWORD CALLBACK no_couninitialize_server_proc(LPVOID p)
/* tests apartment that an apartment with a stub is released without deadlock
/* tests apartment that an apartment with a stub is released without deadlock
* if the owning thread exits */
* if the owning thread exits */
static
void
test_no_couninitialize_server
()
static
void
test_no_couninitialize_server
(
void
)
{
{
HRESULT
hr
;
HRESULT
hr
;
IStream
*
pStream
=
NULL
;
IStream
*
pStream
=
NULL
;
...
@@ -679,7 +679,7 @@ static DWORD CALLBACK no_couninitialize_client_proc(LPVOID p)
...
@@ -679,7 +679,7 @@ static DWORD CALLBACK no_couninitialize_client_proc(LPVOID p)
}
}
/* tests STA -> STA call during DLL_THREAD_DETACH doesn't deadlock */
/* tests STA -> STA call during DLL_THREAD_DETACH doesn't deadlock */
static
void
test_no_couninitialize_client
()
static
void
test_no_couninitialize_client
(
void
)
{
{
HRESULT
hr
;
HRESULT
hr
;
IStream
*
pStream
=
NULL
;
IStream
*
pStream
=
NULL
;
...
@@ -1564,7 +1564,7 @@ static const IClassFactoryVtbl TestClassFactoryOOP_Vtbl =
...
@@ -1564,7 +1564,7 @@ static const IClassFactoryVtbl TestClassFactoryOOP_Vtbl =
static IClassFactory TestOOP_ClassFactory = { &TestClassFactoryOOP_Vtbl };
static IClassFactory TestOOP_ClassFactory = { &TestClassFactoryOOP_Vtbl };
/* tests functions commonly used by out of process COM servers */
/* tests functions commonly used by out of process COM servers */
static void test_out_of_process_com()
static void test_out_of_process_com(
void
)
{
{
static const CLSID CLSID_WineOOPTest = {
static const CLSID CLSID_WineOOPTest = {
0x5201163f,
0x5201163f,
...
...
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