mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Compile correctly when target is ACPI.
svn path=/trunk/; revision=2193
This commit is contained in:
parent
aa20d5b1d5
commit
c5d8547022
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: enum.c,v 1.1 2001/08/21 20:18:27 chorns Exp $
|
||||
/* $Id: enum.c,v 1.2 2001/08/23 16:31:27 chorns Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -26,7 +26,7 @@ HalpStartEnumerator (VOID)
|
|||
|
||||
RtlInitUnicodeString(&DriverName,
|
||||
L"\\SystemRoot\\system32\\drivers\\acpi.sys");
|
||||
NtLoadDriver(&DriverName);
|
||||
ZwLoadDriver(&DriverName);
|
||||
|
||||
#endif /* ACPI */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue