[NTOS]: Fix an off-by-one-error which incorrectly causes GUI promotion to fail if...
authorSir Richard <sir_richard@svn.reactos.org>
Fri, 19 Feb 2010 17:54:16 +0000 (17:54 +0000)
committerSir Richard <sir_richard@svn.reactos.org>
Fri, 19 Feb 2010 17:54:16 +0000 (17:54 +0000)
commitd68a820d81a428c6709ea1e4e024f751f724cf4c
treea5de13b8878bd6bfd6ddbda64bd3a91ef4b820e1
parentde9a1c0bd432e8d5e8fbb233ba8fa863f4c16a3b
[NTOS]: Fix an off-by-one-error which incorrectly causes GUI promotion to fail if the first GUI call is "0", since the limit on the GUI descriptor table will also be "0". We should check if the limit is equal to or lower, not just if it's lower.
Thanks to Physicus and Fireball for reporting and working this out. Should fix the "ArwinSS" problem.

svn path=/trunk/; revision=45621
reactos/ntoskrnl/ke/i386/traphdlr.c