On Tue, Aug 11, 2009 at 7:30 AM, Maarten Lankhorstm.b.lankhorst@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