|
From: Jason F. <jas...@ya...> - 2002-05-28 06:44:30
|
I mailed Scott Christley, the guy who wrote windows.h, and it turns
out he did something similar. But when conferring with lawyers, they
agreed that it is still transformation. You have to get that
information from somewhere, so I figure any way you do it will amount
to transformation. Scott proposed we do a clean room
implementation... but how do you do that with header files?
- Jason
--- "KJK::Hyperion" <no...@li...> wrote:
> At 13.43 27/05/2002, you wrote:
> >3) Microsoft seems to have a policy that constants are only
> mentioned by
> >name in the Windows DDK documentation, and they are defined in the
> header
> >files, so I have copy/pasted them from there.
>
> can they stop you from writing something like:
>
> #define printconst(__x__) printf("%s = %d\n", #__x__, (__x__))
>
> printconst(UNDOCUMENTED_CONSTANT_1);
> printconst(UNDOCUMENTED_CONSTANT_2);
>
> /* etc. */
>
>
> _______________________________________________________________
>
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas --
> http://devcon.sprintpcs.com/adp/index.cfm
>
> _______________________________________________
> reactos-kernel mailing list
> rea...@li...
> https://lists.sourceforge.net/lists/listinfo/reactos-kernel
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
|