fireball@svn.reactos.com wrote:
if (Pdo)IoInvalidateDeviceRelations(Pdo, BusRelations);elseDPRINT1("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