That will be hard to beat for r50000...
> Author: sir_richard
> Date: Tue Oct 5 15:59:47 2010
> New Revision: 49000
>
> URL: http://svn.reactos.org/svn/reactos?rev=49000&view=rev
> Log:
> [NTOS]: Fix whitespace typo in comment (two spaces instead of one).
> That's right. I'm not a fun person.
>
This is a possible fix for the initialization problem reactos suffers
from. Just let me know, how it goes with testing. ATM QEmu works okay
and no hardware test was run.
Thanks,
James
LOL!
Keeping it from running off the side of the page! Know one told you!?
The screen is flat! If you go out to far, the characters will fall
off!
@@ -217,7 +216,8 @@
!(pEH->Flags & WINEVENT_SKIPOWNPROCESS)) ||
!pEH->idProcess ) )
{
- Result = co_IntCallEventProc( UserHMGetHandle(pEH),
+ // What in the deuce is this right-aligned formatting?
+ co_IntCallEventProc( UserHMGetHandle(pEH),
Event,
UserHMGetHandle(pWnd),
idObject,
I'll audit your code and commit ass cocking comments too........
James