mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
- Fix pcix msvc build
svn path=/branches/cmake-bringup/; revision=50779
This commit is contained in:
@@ -20,9 +20,10 @@ BOOLEAN
|
||||
NTAPI
|
||||
PciAreBusNumbersConfigured(IN PPCI_PDO_EXTENSION PdoExtension)
|
||||
{
|
||||
PAGED_CODE();
|
||||
UCHAR PrimaryBus, BaseBus, SecondaryBus, SubordinateBus;
|
||||
|
||||
PAGED_CODE();
|
||||
|
||||
/* Get all relevant bus number details */
|
||||
PrimaryBus = PdoExtension->Dependent.type1.PrimaryBus;
|
||||
BaseBus = PdoExtension->ParentFdoExtension->BaseBus;
|
||||
|
||||
Reference in New Issue
Block a user