[ros-dev] Kernel streaming header mess / GUIDs

Ged Murphy gedmurphy at gmail.com
Sat Sep 29 11:49:11 CEST 2007


http://www.winehq.org/pipermail/wine-devel/2004-March/025393.html


On 9/28/07, James Tabor <jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net>
wrote:
>
> Ged wrote:
> > IMO, the 3 solutions are to either
> > 1. assign your GUID manually using the { ... { ... }} convention
> > 2. change the ksmedia.h header to be more GCC friendly
> > 3. add support for __decelspec(uuid()) and __uuidof to our code base. It
> > might be worth checking Wine for this as I think it's been done by them
> > before.
> >
> > Hope that helps,
> > Ged.
>
> From wine/include/winnt.h line 76:
>
> #ifndef DECLSPEC_UUID
> # if defined(_MSC_VER) && (_MSC_VER >= 1100) && defined (__cplusplus)
> #  define DECLSPEC_UUID(x) __declspec(uuid(x))
> # else
> #  define DECLSPEC_UUID(x)
> # endif
> #endif
> _______________________________________________
> Ros-dev mailing list
> Ros-dev at reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-dev/attachments/20070929/d7e00c8a/attachment.html 


More information about the Ros-dev mailing list