mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
[PCI] The INIT section must be uppercase.
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user