18 Nov
2007
18 Nov
'07
2:53 p.m.
On Fr, 2007-11-16 at 16:21 -0800, Roy Shea wrote:
+/* Generic test setup */ +static BOOL setup(void)
unused code
+/* Generic test cleanup */ +static void teardown(void)
unused code +START_TEST(job)
+{ + CoInitialize(NULL); + CoUninitialize(); +}
Do you want to call "setup()" and "teardown()" here? -- By by ... Detlef