mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
[NTOSKRNL]
Remove alloc pragmas for functions that don't exist enymore svn path=/branches/cmake-bringup/; revision=49603
This commit is contained in:
@@ -31,11 +31,6 @@ extern BOOLEAN PnpSystemInit;
|
||||
PDRIVER_OBJECT IopRootDriverObject;
|
||||
PIO_BUS_TYPE_GUID_LIST PnpBusTypeGuidList = NULL;
|
||||
|
||||
#if defined (ALLOC_PRAGMA)
|
||||
#pragma alloc_text(INIT, PnpInit)
|
||||
#pragma alloc_text(INIT, PnpInit2)
|
||||
#endif
|
||||
|
||||
typedef struct _INVALIDATE_DEVICE_RELATION_DATA
|
||||
{
|
||||
PDEVICE_OBJECT DeviceObject;
|
||||
|
||||
Reference in New Issue
Block a user