mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
revers my change in 21818, w3seek point out it was not good, and it can create unsupectet problem, like no gui ondemain, and maybe other, it seam waxdragon and other have problem boot after this changes. thats is the reason for this change beeing remove, that was added in 21818
svn path=/trunk/; revision=21886
This commit is contained in:
@@ -489,18 +489,6 @@ IntPrepareDriver()
|
||||
BOOL GotDriver;
|
||||
BOOL DoDefault;
|
||||
ULONG DisplayNumber;
|
||||
LARGE_INTEGER TimeOut;
|
||||
|
||||
/* We need delay the tree */
|
||||
TimeOut.QuadPart = -10000000;
|
||||
KeDelayExecutionThread(KernelMode, FALSE, &TimeOut);
|
||||
|
||||
if (PrimarySurface.PreparedDriver)
|
||||
{
|
||||
DPRINT1("time out!\n");
|
||||
KEBUGCHECK(0);
|
||||
}
|
||||
|
||||
|
||||
for (DisplayNumber = 0; ; DisplayNumber++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user