mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +00:00
[PCI] The INIT section must be uppercase.
This commit is contained in:
parent
c4d8e2a6e9
commit
d9f9cb247c
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ static NTSTATUS NTAPI PciPnpControl(IN PDEVICE_OBJECT DeviceObject, IN PIRP Irp)
|
|||
// Make the initialization routines discardable, so that they
|
||||
// don't waste space
|
||||
|
||||
#pragma alloc_text(init, DriverEntry)
|
||||
#pragma alloc_text(INIT, DriverEntry)
|
||||
|
||||
#endif /* ALLOC_PRAGMA */
|
||||
|
||||
|
|
Loading…
Reference in a new issue