fireball(a)svn.reactos.com wrote:
+ if (Pdo)
+ IoInvalidateDeviceRelations(Pdo, BusRelations);
+ else
+ DPRINT1("Pdo == NULL, not sending IoInvalidateDeviceRelations()!");
This is going to be a problem if DPRINT1 isn't expanded. You should
create a {...} block for the else branch.
- Thomas