winelib include problem

Jesse Allen the3dfxdude at gmail.com
Tue Aug 11 20:23:37 CDT 2009


On Tue, Aug 11, 2009 at 7:30 AM, Maarten
Lankhorst<m.b.lankhorst at gmail.com> wrote:
> Hi Jesse,
>
> Judging by that link you sent me, shouldn't it be:
>
> typedef struct tagVMRGUID
> {
> #if defined(__cplusplus)
>   ::GUID *pGUID, GUID;
> #else
>   GUID *pGUID, GUID;
> #endif
> } VMRGUID;
>
> Or am i reading that link wrong?
>


Oh that may have been the correct way for vmrender.idl, but the patch
you proposed of protecting with a struct does compile.  My app does
not use a VMRGUID, so I don't know if it really works :)

Jesse



More information about the wine-devel mailing list