What's the reason to copy & paste comments from ms headers?
Please remember: Interfaces are not copyrighted, header files (including
the comments) are!
> +//
> +// Types to use to contain PFNs and their counts.
> +//
> +typedef ULONG PFN_COUNT;
> typedef ULONG PFN_NUMBER, *PPFN_NUMBER;
> +typedef LONG SPFN_NUMBER, *PSPFN_NUMBER;
>
Hi! I'm sorry I broke the trunk.
About "extra" comma within braces, it is not a mistake. It is allowed.
There is a fragment of C grammar:
initializer
: assignment_expression
| '{' initializer_list '}'
| '{' initializer_list ',' '}'
;
Hello,
booting bootcd leads to a stackfault of VMWare, build server
experiences similar problems.
Trunk is locked with write access available to Dmitry Gorbachev to
fix the issue, and to anyone by request who has the fix.
WBR,
Aleksey Bragin.
On Dec 3, 2008, at 8:34 PM, dgorbachev(a)svn.reactos.org wrote:
> Author: dgorbachev
> Date: Wed Dec 3 11:34:49 2008
> New Revision: 37830
> -static FREELDR_SETTINGS Settings = { 0, {0}, 0 };
> +static FREELDR_SETTINGS Settings = { 0, { 0, }, 0, 0, FALSE };
I suspect there is a typo in the above line ("extra" comma within
braces, should've been something like 0, {0, 0}, 0, FALSE instead
probably).
WBR,
Aleksey.
Hi Eric,
Just wanted to tell you that your patch is correct and the Release
Buildslave is failing as you can see from its log. For some reason, it
stopped cleaning properly today and also has weird file deletion issues
sometimes.
But as long as the patch builds on the Debug slave, it's correct in 99% of
all cases.
Wanted to finish this mail before you reverted in r37802, but I was too
slow. :-(
So, it's safe for you to reapply r37801 and it's here to stay!
Best regards,
Colin
On Nov 30, 2008, at 10:19 PM, gschneider(a)svn.reactos.org wrote:
> Author: gschneider
> Date: Sun Nov 30 13:19:45 2008
> New Revision: 37774
> - if (!(tmp = (char*)und_alloc(sym, len))) return NULL;
> + if (!(tmp = und_alloc(sym, len))) return NULL;
You might want to keep these when syncing, it reduces compiler warnings.
Hello, everyone.
Since I'm new to this mailing list, I may ask stupid questions, so
don't be mad at me. ;-)
I was trying to get the status of east asian language support, but
couldn't find it in the wiki.
Could someone tell me some brief status about east asian support?
--
Regards,
Ashuaria Lee