14 Mar
2005
14 Mar
'05
2:28 p.m.
Dmitry Timoshkov wrote:
"Matthew Mastracci" <matt(a)aclaro.com> wrote:
+typedef HRESULT (*DLLREGISTER) (void);
Shouldn't it have a WINAPI modifier?
Good point, thanks. I'm sending an updated patch to wine-patches with the WINAPI modifier. Note that I copied the callback function definiton verbatim from Wine's regsvr32 implementation. Should the definition in regsvr32 include WINAPI as well? Matt.