From 9ac3b28354682019f47548e4896baca69e9f4296 Mon Sep 17 00:00:00 2001 From: Robert Shearman Date: Thu, 12 Jan 2006 11:53:19 +0100 Subject: [PATCH] ole: Use strict prototypes for some test functions. --- dlls/ole32/tests/marshal.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/ole32/tests/marshal.c b/dlls/ole32/tests/marshal.c index cdd1ac97915..a9eec4c1c9c 100644 --- a/dlls/ole32/tests/marshal.c +++ b/dlls/ole32/tests/marshal.c @@ -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 * if the owning thread exits */ -static void test_no_couninitialize_server() +static void test_no_couninitialize_server(void) { HRESULT hr; IStream *pStream = NULL; @@ -679,7 +679,7 @@ static DWORD CALLBACK no_couninitialize_client_proc(LPVOID p) } /* 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; IStream *pStream = NULL; @@ -1564,7 +1564,7 @@ static const IClassFactoryVtbl TestClassFactoryOOP_Vtbl = static IClassFactory TestOOP_ClassFactory = { &TestClassFactoryOOP_Vtbl }; /* 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 = { 0x5201163f,