oleaut32: Updated VarDiv conformance test to use void instead of test for function call parameter

Benjamin Arai me at benjaminarai.com
Fri Sep 1 21:45:10 CDT 2006


Hi,

Either way the confromance test compiles and works correctly but the
function parameter should be void and not test.

---
 dlls/oleaut32/tests/vartest.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
Benjamin Arai
http://www.benjaminarai.com
-------------- next part --------------

diff --git a/dlls/oleaut32/tests/vartest.c b/dlls/oleaut32/tests/vartest.c
index 8c5f0b6..29d281a 100644
--- a/dlls/oleaut32/tests/vartest.c
+++ b/dlls/oleaut32/tests/vartest.c
@@ -6305,7 +6305,7 @@ #define VARDIV(vt1,val1,vt2,val2,rvt,rva
         vtstr(VT_##rvt), (int)(rval), hres, vtstr(V_VT(&result)),      \
         (int)V_##rvt(&result));
 
-static void test_VarDiv(test)
+static void test_VarDiv(void)
 {
     static const WCHAR szFalse[] = { '#','F','A','L','S','E','#','\0' };
     static const WCHAR szTrue[] = { '#','T','R','U','E','#','\0' };
-- 
1.4.0



More information about the wine-patches mailing list