Re: [PATCH] kernel32: Save and restore LastError in OutputDebugStringA
6 Nov
2012
6 Nov
'12
4:39 a.m.
Andrew Eikum <aeikum(a)codeweavers.com> wrote:
+static void test_OutputDebugString(void) +{ + if(!pOutputDebugStringA){ + win_skip("OutputDebugStringA missing\n"); + return; + }
Is there a reson to load OutputDebugStringA dynamically? -- Dmitry.
4787
Age (days ago)
4787
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov