[email protected] wrote: > > ASSERT(Name->Length); > ASSERT(Expression->Length); > ASSERT(!FsRtlDoesDbcsContainWildCards(Name)); It'd be preferable to wrap that last ASSERT so it isn't compiled into release builds. Adding functions into asserts adds overhead on release builds as they're called for no reason.
Ged. _______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
