Re: [PATCH 1/2] include: add a generic class factory template
20 Sep
2011
20 Sep
'11
7:53 p.m.
On Tue, Sep 20, 2011 at 4:05 PM, Bernhard Loos <bernhardloos(a)googlemail.com> wrote:
+# define __WINE_GENERIC_CF_DLL_MAIN_CONTENT \ + return __WINE_PS_ENTRY(DllMain(hInstDll, fdwReason, lpv));
I think __WINE_PS_ENTRY needs only be applied to DllMain, not its argument, so second line should read: + return __WINE_PS_ENTRY(DllMain)(hInstDll, fdwReason, lpv); Octavian
5196
Age (days ago)
5196
Last active (days ago)
0 comments
1 participants
participants (1)
-
Octavian Voicu