midl question

Dmitry Timoshkov dmitry at codeweavers.com
Thu Mar 27 06:50:34 CDT 2008


"Alistair Leslie-Hughes" <leslie_alistair at hotmail.com> wrote:

> In an IDL file I need to define the following
> typedef HRESULT (__stdcall *FExecuteInAppDomainCallback) (void* cookie);
> 
> How do i get midl to understand what __stdcall is defined to?

indexsrv.idl does:

cpp_quote("struct tagTEXT_SOURCE;")
cpp_quote("typedef HRESULT (WINAPI *PFNFILLTEXTBUFFER)(struct tagTEXT_SOURCE *pTextSource);")

-- 
Dmitry.



More information about the wine-devel mailing list