Robert Shearman : ole: Use strict prototypes for some test functions.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jan 12 06:43:02 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 9ac3b28354682019f47548e4896baca69e9f4296
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=9ac3b28354682019f47548e4896baca69e9f4296

Author: Robert Shearman <rob at codeweavers.com>
Date:   Thu Jan 12 11:53:19 2006 +0100

ole: Use strict prototypes for some test functions.

---

 dlls/ole32/tests/marshal.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/ole32/tests/marshal.c b/dlls/ole32/tests/marshal.c
index cdd1ac9..a9eec4c 100644
--- a/dlls/ole32/tests/marshal.c
+++ b/dlls/ole32/tests/marshal.c
@@ -615,7 +615,7 @@ static DWORD CALLBACK no_couninitialize_
 
 /* 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_
 }
 
 /* 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 TestClass
 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,




More information about the wine-cvs mailing list