Re: [PATCH] kernel32: Save and restore LastError in OutputDebugStringA
5 Nov
2012
5 Nov
'12
10:39 p.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.
4874
Age (days ago)
4874
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov