mirror of
https://github.com/reactos/reactos.git
synced 2026-05-24 16:20:07 +08:00
EndpointMoved == TRUE could never be true, because BOOL is a signed type, and the only two values in a signed one-bit type are 0 and -1. Courtesy of VS analysis warning C6299: Explicitly comparing a bit field to a Boolean type will yield unexpected results.