Author: pschweitzer
Date: Wed Oct 29 23:28:15 2014
New Revision: 65117
URL:
http://svn.reactos.org/svn/reactos?rev=65117&view=rev
Log:
[NTOSKRNL]
Reenable IopParseDevice hack for now.
Out of fixes for tonight.
Modified:
trunk/reactos/ntoskrnl/io/iomgr/file.c
Modified: trunk/reactos/ntoskrnl/io/iomgr/file.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/file.c?r…
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/file.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/file.c [iso-8859-1] Wed Oct 29 23:28:15 2014
@@ -419,7 +419,7 @@
DirectOpen = TRUE;
}
-#if 0
+#if 1
/* FIXME: Small hack still exists, have to check why...
* This is triggered multiple times by usetup and then once per boot.
*/