Andrew Eikum <[email protected]> wrote: > +static void test_OutputDebugString(void) > +{ > + if(!pOutputDebugStringA){ > + win_skip("OutputDebugStringA missing\n"); > + return; > + }
Is there a reson to load OutputDebugStringA dynamically? -- Dmitry.
